C
C@rLoS
Dear All,
I wanna ask how I can make up some pop-up message in ASP.NET WebForm. I cant
find anything like MessageBox in ASP.NET, and I have tried to use Javascript
(alert) to make it. It works fine ONLY IF the page will NOT be redirected to
another page afterwards. When Response.Redirect(, FALSE) is launched (even I
place a "false" there to indicate I want to finish all the script before
redirecting), before the Javascript alert may have popped up, the page is
redirected and I cannot see any alert. Is there any solution for my case?
Thanks.
Carlos
I wanna ask how I can make up some pop-up message in ASP.NET WebForm. I cant
find anything like MessageBox in ASP.NET, and I have tried to use Javascript
(alert) to make it. It works fine ONLY IF the page will NOT be redirected to
another page afterwards. When Response.Redirect(, FALSE) is launched (even I
place a "false" there to indicate I want to finish all the script before
redirecting), before the Javascript alert may have popped up, the page is
redirected and I cannot see any alert. Is there any solution for my case?
Thanks.
Carlos