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){}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.