Posts

Showing posts from November, 2008

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);