i have a web form that adds a row to a table in a SQL server database. after adding the row if i refresh the page another row is added to the table. is there any way i can avoid another insert if the page is refreshed?
J
Jay12003
@Jay12003
i have a web form that adds a row to a table in a SQL server database. after adding the row if i refresh the page another row is added to the table. is there any way i can avoid another insert if the page is refreshed?