How to save, delete and insert current cell value of datagridview from xml file in C#.net winforms.

i am entering the data in current cell of datagridview, that data is comming from xml file. now how should i save this current cell data.

You could use a DataTable as the datasource for the datagridview. It has methods for loading and saving .xml files.

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.