Access and modify frameset properties in code behind class

H

Hartmut Dippon

Hello,

does anybody know how I can access and modify properties of my frameset
within my code behind class, or is that not possible at all? I tried to find
anything in the internet about this issue without any success.

Can anybody give me a light on this issue?

Thanks Hartmut
 
P

Peter Rilling

If your intent is to access the frameset from within on of the frame, then
you cannot. The server only know about the page that it is being requested.
The frameset is a different page and unless a postback happens on that page,
the frameset is not visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top