solution to delete prob |
| Umapathy Kaliaperumal replied to rana pranav at 03-Jul-08 06:46 |
1. Dataset and its child are functioning in disconnected mode. So , when you delete , it is deleted only in the data object(dataset or data table or dataview) , so to make it permanent you need to
issue a delete statement and fire ExecuteNonQuery to database .
You can then populate the data object with new values or make a delete here also
|
|