How to force PostBack

T

Tony

my screen is composed of 2 frames.
the left frame has a treeView control, and the right frame
display info about the selected node from the left frame.
In some cases , I need to fire the PostBack event of the
left frame, from the right frame .
How can I do it ??
thanks for any help
 
M

MSFT

Hi Tony,

In the Right frame, you can access the compnents in left frame with some
client script, for example:

WINDOW.PARENT.FRAMES(1).DOCUMENT.FORMS(0)

To fire the PostBack event of the left frame, you may call the Form
component's Submit method.

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,075
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top