![]() |
|
|
|||||||
![]() |
ASP Net - Hold key to keep the message box before redirecting to a new page (ASP.NET program) |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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. bienwell |
|
|
|
|
#2 |
|
Posts: n/a
|
A line or two of JavaScript should do the trick. Or you could just use one
of these free controls to handle it. Either way, here are all the details: http://SteveOrr.net/articles/ClientSideSuite.aspx -- I hope this helps, Steve C. Orr MCSD, MVP http://SteveOrr.net "bienwell" wrote: > 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. > > > |
|