Messagebox in ASP.NET 3.5 with AJAX

Posted by Jim Beam on Stack Overflow See other posts from Stack Overflow or by Jim Beam
Published on 2010-01-15T03:14:02Z Indexed on 2010/03/26 7:03 UTC
Read the original article Hit count: 499

Filed under:
|
|

I have a ASP.NET 3.5 web site with an AJAX update panel. I simply need to process some server side code and then issue a user prompt that says "Code processing complete".

I know there is supposed to be support for Msgbox-esque methods in ASP.NET but I can't find them and any other JavaScript based solutions don't work effectively when you have an update panel.

Help.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX