Hi All
Does any one know how to update dataview and/or dataset by just typing inside the fields. It should work just like MS Excel which save data automatically in the "some windows databese" when going to another cell
Im using vb.net
and dataadapter.update(dataset)
dataset.acceptchanges()
but it only works when I press the save button and press enter to go the other row and last row cannot update by pressing enter and then save button
I want to work without pressing the save button
Thanks
Does any one know how to update dataview and/or dataset by just typing inside the fields. It should work just like MS Excel which save data automatically in the "some windows databese" when going to another cell
Im using vb.net
and dataadapter.update(dataset)
dataset.acceptchanges()
but it only works when I press the save button and press enter to go the other row and last row cannot update by pressing enter and then save button
I want to work without pressing the save button
Thanks