Showing posts with label To commit the cahnges in DataGridView. Show all posts
Showing posts with label To commit the cahnges in DataGridView. Show all posts

Tuesday, May 5, 2009

To commit the cahnges in DataGridView

to commit the cahnges in DataGridView


UcdgvAuxiliary.BeginEdit(True)


UcdgvAuxiliary.EndEdit(CType(True, DataGridViewDataErrorContexts))
UcdgvAuxiliary.CommitEdit(DataGridViewDataErrorContexts.Commit)