Shawn,
without having the button click load the second page in some way into the
browser, and calling its __doPostback client script method, I fail to
understand the logic of why you need to perform this action. Sometimes when
you provide more information, somebody will come up with a more
straightforward technique to accomplish your goal?
Peter
Well, basically I have a page that has a custom control with a hyperlink
that opens a new page. I want the closing of that page to cause the parent
page to postback so that I can get a listbox control in the custom control
to make a new call to the database.
The new page that is opened from the hyperlink is designed to add a new
record to the database and the calling control should then automatically
pull that new record.
One way is for the hyperlink to use client script to open a new window, and
then you can have the return values come back to the parent page. Here is an
article or two that illustrate one techinque:
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.