Updating Datagrid Values

  • Thread starter Thread starter A P
  • Start date Start date
A

A P

Hi!

I'm a new user of VB.NET 2003 and still learning its feature, one of them is
datagrid. I am using Access 2002 Database on my project and trying to update
values of a table using datagrid with Edit,Update,Cancel Button. I have
tried following the sample code on the MSDN library but Update command is
not updating. Edit and cancel field is working. Hope you can help me.

Me
 
We need your code!

Do you use
' Use quantity to update the data source
to update your data source?????
 
Back
Top