HI
IN MY VB.NET 2005 APPLICATION, I placed one datagridview conntrol.
This control is filled from from a table(single table involved) using datatable and dataadapter.

I want to edit the the data in the grid and and pass changes to the table direclty.
user can change data in the gird but not get reflected the changes in the database.

I even tried even MSDN sample code for filling the datagridview, but still not working

any idea