Hi Friends,
In
VB.NET windows application, I want to update my database using datagrid.
means whenever a user enters the data in the datagrid, it should be updated in the database also.
I m using disconnected archi. means with SqlDataAdapter. If possible then pls give necessary details.