Someone please help me and I can't get an answer anywhere.
I don't know what I'm doing wrong.
When I make a change to the datagrid and click the button that has the following code it doesn't update for some reason.
DataGrid1.Updat e()
SqlDataAdapter1 .Update(DataSet 11)
Please help...
I don't know what I'm doing wrong.
When I make a change to the datagrid and click the button that has the following code it doesn't update for some reason.
DataGrid1.Updat e()
SqlDataAdapter1 .Update(DataSet 11)
Please help...
Comment