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 developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.