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.
"Peter Bromberg [C# MVP]" <> wrote in message
news:46057A75-60E5-4480-85D9-...
> 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
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "Shawn" wrote:
>
>> Any ideas how I can have a button click on one open page force a postback
>> on
>> a different page.
>>
>>
>>