Is there a way to clear POSTDATA (or HTTP POST) by asp.net after page get Submitted?
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.
One of the ways is to redirect to a page (possibly to the same page) after the data is submitted (HTTP POST performed). This however will lose the context and information from the initial POST. Depending on your needs, this might not be a problem. Or else, some tweaking might help, .e.g Redirect to the same page with some QueryString data.