I am using alert, when user has successfully inserted the values in database.
for ex:
Response.Write( "<script>alert( "You have successfully inserted values");</script>");
This code successfully runs, but the problem is that when I press the back button in my application from any page , this alert box also appears.
I don't want alert window to appear when clicking on Back button.
Please suggest what should I do.
Thank you.
for ex:
Response.Write( "<script>alert( "You have successfully inserted values");</script>");
This code successfully runs, but the problem is that when I press the back button in my application from any page , this alert box also appears.
I don't want alert window to appear when clicking on Back button.
Please suggest what should I do.
Thank you.
Comment