I have a *.aspx page that contains a text box and a button. When the user enters information in to the textbox and clicks post, it inserts the data into my sql database. The iss
Add Response.Redirect(Request.Url.ToString(), false); to your button event and that should solve the problem.