i have datagrid that show record from odbc database. i need help in delete and editing records. when the datagrid open you can edit and deleting records but How you save the editing or the deleting?

How is the datagrind bound? If you used a DataSet then it will have an associated table adapter to fill the dataset where you will call .Update() to push the update/delete/insert changes to the database

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.