>-----Original Message-----
>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 >
>
>"slam" <anonymous@discussions.microsoft.com> wrote in
message
>news:1078001c40e4a$10d94620$a301280a@phx.gbl...
>> 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
>
>
>.