E
Echo
Hi All:
I have a windows application which using Datagrid to
display the data and using SqlDataAdapter to do all the
insert,update and delete in one shut. The application was
developed under .NET version 1 and works perfectly, but
after i upgrade to VS.NET 2003 and convert the project,
however, while i updated the data inside the DataGrid but
the con-responding row of DataSet (the datasource of
datagrid)'s row state some times keeped as 'unchanged',
so newly updated data didn't get saved to the database.
Anybody can give me help?
Your help is great appericiate.
Best Regards
Echo
I have a windows application which using Datagrid to
display the data and using SqlDataAdapter to do all the
insert,update and delete in one shut. The application was
developed under .NET version 1 and works perfectly, but
after i upgrade to VS.NET 2003 and convert the project,
however, while i updated the data inside the DataGrid but
the con-responding row of DataSet (the datasource of
datagrid)'s row state some times keeped as 'unchanged',
so newly updated data didn't get saved to the database.
Anybody can give me help?
Your help is great appericiate.
Best Regards
Echo