I need a popup alert after a post back.
1) user clicks on the submit button
2) Server side code runs and if the result is false I want to display a java
script alert("It did not work")
How to do I display a popup message after a postback ?
Thank You
Peter
1) user clicks on the submit button
2) Server side code runs and if the result is false I want to display a java
script alert("It did not work")
How to do I display a popup message after a postback ?
Thank You
Peter
Comment