Refresh Button Issue

//Following Statement is used to avoid reexecution of Insert, Update, Delete Data to the Database when user press the Refresh button or F5 in browser.
Response.Redirect(Request.Url.ToString(), false);

Comments

Popular posts from this blog

To Move items from one ListBox to another Listbox

Receive Json Web response in C#