P
papaja
Hi,
I posted this on asp.net forums already, but nobody answered it. Here
is direct link: http://forums.asp.net/1124640/ShowPost.aspx.
Here is the question:
I'm using this code in delete command of datagrid:
****************
Dataset1.DSataTable1.Rows(e.Item.ItemIndex).Delete()
adp.Update(DataSet1)
DataGrid1.DataBind()
****************
And it works, but whenever I refresh page another row is deleted. How
to stop this from happening?
Thanks
I posted this on asp.net forums already, but nobody answered it. Here
is direct link: http://forums.asp.net/1124640/ShowPost.aspx.
Here is the question:
I'm using this code in delete command of datagrid:
****************
Dataset1.DSataTable1.Rows(e.Item.ItemIndex).Delete()
adp.Update(DataSet1)
DataGrid1.DataBind()
****************
And it works, but whenever I refresh page another row is deleted. How
to stop this from happening?
Thanks