Hello, I am updating a DataGridView using
(dAdapter).Update(dTable);
How to check if update is done successfully in order to display a message box.
Hello, I am updating a DataGridView using
(dAdapter).Update(dTable);
How to check if update is done successfully in order to display a message box.
if((dAdapter).Update(dTable)>0){}
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.