How do I read XML File and put it in Datagridview and update it back to XML File
Visual Basic
2
Posts
2
Posters
7
Views
1
Watching
-
How do I read XML File and put it in Datagridview and how do I search the content of specific text and re-update the modified the text to all lines and update it back to XML File from Datagridview ? Here is my XML File content.
Start your research with these CodeProject articles Reading XML Data into a DataTable Using ASP.NET[^] (You can then use the datatable to populate the DataGridView Reading and Writing XML in C#/VB.Net[^]