Groups | Blog | Home
all groups > asp.net webcontrols > march 2004 >

asp.net webcontrols : Post aspx page to another frame.


slam
3/19/2004 11:07:54 PM
I have an aspx page with 2 frames - the left is the
navigation frame with the TreeView Web Control, and the
right is the content frame. What I want to do is when the
user select/click on the treeview node, I would like to
update the content frame with appropriate aspx page in the
treeview event handler based on which tree node is
selected.

Here is my question, does anyone know how to post an aspx
page from one frame to another in the code behind function?
Also, I would like to use query string to pass parameters
to the aspx as well.

Thanks
slam
3/20/2004 8:05:26 AM
Sarmad,

Could you provide some sample code? Thanks.

-slam
[quoted text, click to view]
Sarmad Aljazrawi
3/20/2004 3:05:57 PM
Hi,

On postback you can register a client script which would refresh your
Content frame with the required parameters.


Regards,
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net


[quoted text, click to view]

AddThis Social Bookmark Button