How to accept changes in dataset…!
Hi All, This code accepts the changes we made in dataset if u dont use it u can update data adapter….!
objDS.Tables(0).AcceptChanges()
‘ This code will accept all changes of datasetobjAdapter.Update(objDS.Tables(0))
- Posted in: ADO.Net 2.0
Recent Comments