Hi,
I have a XML file that stores users like this:
<users> <user> <f_name>Bob</f_name> <surname>Geldof</surname> <phone>123456789</phone> </user> </users>
I would like to display the user data in a datagrid having three columns. How would I do that
Best /M
.NET Development3
|