This is true with any other functionality present on the page. I don’t want the last event that happened before post back to happen again.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe you should take a look at the PRG Pattern (Post/Redirect/Get)
In ASP.NET:
MSDN, Redirecting Users to Another Page
Few important notes regarding PRG pattern: