By tag: Refresh
0
kicks
Detect Browser refresh to avoid events getting fired again in ASP .NET
If you have created a aspx page using C# and ASP.NET and have put a button on it , and in the Click event of this button if you are inserting some data in database , after click if user refresh the page than click event gets fired again resulting data insertion to database again, to stop events on t...