how to fetch xml data in datagridview?
I am importing data from an xml file to my datagridview in c# .The problem is that only one row is shown in data grid view .Please give me a suitable example to fetch all records from datagridview?
For displaying all rows to xml file.As you say, you are using datagridview. The suitable code is shown below from fecthing data to any xml file :
You can also used a foreach or for loop of large iteration items for fetching values of any xml file.
Output of this program is follows: