Problems with datagrid and post back
I can update my DataGrid, the problem is that everytime I refresh my website the latest command runs again, is there a way to stop this.
I have (!IsPostBack) in Page_Load but it still runs..!
I used SqlException (2627) on my Add-command but it's not possible when updating.
What to do?
|