I have a problem with Datagrid and Dataset. I have a grid and im
fetching a row from DB in the DS this is fine. Now i have two buttons
on the form(not in the grid). One is to add a new row and other is to
delete. TO delete a row i check a checkbox in the grid and press the
button same with add. When i press the add button i add a new row in
the dataset. When i press delete i do the inverse. Now my problem is
deleting the values from the DB.Can anyone help me in this. Im using
DataHelper and i give insert, update and delete script in the same
method. Based on the state of the dataset(typed im using) it does the
operations(delete,insert etc.) Insert works well i have problem only
with delete.
Regards
Thread