I'm using a gridview and SQL data source .
After I'm inserting information in data table if I refresh the page the query is executed again and if I refresh it again it will execute again.
Is there any way to disable refresh or make the events unique to be executed only once when the event is raised without execution on refresh
Thanks