J
John Smith
Dim index As Integer
index = e.Item.ItemIndex
DsSchedule1.Monday_Schedule.Rows(index).Delete()
OleDbDataAdapter2.Update(DsSchedule1, "Monday_Schedule")
dgMonday.DataBind()
now everytime i run this say in a datagrid with three items everytime time i
refresh after deleting say teh top item all subsequent items get deleted.
How do i stop this?
index = e.Item.ItemIndex
DsSchedule1.Monday_Schedule.Rows(index).Delete()
OleDbDataAdapter2.Update(DsSchedule1, "Monday_Schedule")
dgMonday.DataBind()
now everytime i run this say in a datagrid with three items everytime time i
refresh after deleting say teh top item all subsequent items get deleted.
How do i stop this?