Bulk Update.
-
Hi, i have a desktop application in which i have a datagrid. each row of the grid have few dropdowns. now after the user make the changes in the grid, i want to just bulk update the grid in the database, i dont want to include the rows in the update which have not been updated. Thanks. Deepak Surana
-
Hi, i have a desktop application in which i have a datagrid. each row of the grid have few dropdowns. now after the user make the changes in the grid, i want to just bulk update the grid in the database, i dont want to include the rows in the update which have not been updated. Thanks. Deepak Surana
Well for this, you can use the datagrid row properties to find out which are the changed/modified rows and likewise only update those rows in the DB. Does that answer what you looking for?
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!
-
Well for this, you can use the datagrid row properties to find out which are the changed/modified rows and likewise only update those rows in the DB. Does that answer what you looking for?
Excelsior Arjun Bahree "By The Might of Mjolnir" I Came! I Coded! I Conquered!