I have a string which represents data in xml format.
How can I show this string into a gridview please?
So basically I would like to populate a datagridview with the xml data which is inside the string.
Thanks