Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4777

Prevent (Avoid) Form Resubmission (Resubmit) when Refresh clicked in Browser in ASP.Net

$
0
0
Here Mudassar Ahmed Khan has explained with an example, how to prevent / avoid / stop Form Resubmission (Resubmit) when Refresh button clicked in Browser in ASP.Net. The problem is that when browser refresh button or F5 or CTRL + F5 function keys are pressed, the last executed event is again executed. For example, if you have a form submission on Button click and after clicking button, page is refreshed by the user then the form is resubmitted and again same event gets called.

Viewing all articles
Browse latest Browse all 4777

Trending Articles