Page Refresh
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
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?
u could redirect the browser to the same page after the insert is done. this way if the client hits refesh will not resubmit the page data to the server. --------------- Horatiu CRISTEA