Hold key to keep the message box before redirecting to a new page (ASP.NET program)  
Author Message
bienwell





PostPosted: 2006-2-23 23:45:51 Top

dotnet-framework-aspnet, Hold key to keep the message box before redirecting to a new page (ASP.NET program) Hi all,

I have a problem in ASP.NET program (Web pdevelopment). In VB Sub function,
I want to dipslay a message box. The next line of my code is to
response.redirect to the next page. My problem is the program skipped to
display the message box, but only redirected to the new page. I'd like to
use a key to hold the message box and after press that key it will redirect
to the next page. Can I do that in ASP.NET ? Please help.

Thanks in advance.