DataGridView update
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can somebody give me a sample of GridView update? I dont want to update each row. Instead, I want to store all updates on the client side(using datatable) and update the entire gridview checking if the records are different from the existing database. For update command, am using SQL stored proc. Please give me a sample. Thanks
-
Can somebody give me a sample of GridView update? I dont want to update each row. Instead, I want to store all updates on the client side(using datatable) and update the entire gridview checking if the records are different from the existing database. For update command, am using SQL stored proc. Please give me a sample. Thanks