DataGridView Update Problem
Hi Forum,
I am using DataGridView to Save data in the Database.But facing problem. I am using Unbound DataGridView.When i insert data in the DataGridView and trying to get dataset from the grid by the line
CType(DGCardMember.DataSource, DataSet).GetChanges()
I get nothing in the Dataset.
please let me know how i will finish the job.How i can get the dataset of changed data from the DataGridView.
If possible send a come snippet from the begining.
Thanks in advance
Bipul
|