On Jun 17, 7:21*am, "Microsoft Newsserver" <m...@nowhere.com> wrote:
>
> __doPostBack( 'btnMyButton.......
>
> alert('Thank you, your request has been completed');
>
> OK, no what is happening of course is that the alert pops up before the
> relative update panels are updated on the client.
>
> I need to be able to
>
> * * a.) Sync my 'Thank You' Message with the reuest being complete.
> * *b.) Take into consideration that a timeout may occur.
>
Why not replace your javascript alert with a Modal Popup Extender? if
the latter is in the update panel, it would be in sync with the
partial postback and you'd (probably) have enough control over it
server side to handle the timeout issue.
|