Bind it with a datagrid ... 
Steps:
        1. Load the xml doc in xmldocument
        2. Create DataSet from there ( using ReadXML) method
        3. Bind the dataset to the datagrid
hth
Rahul


-----Original Message-----
From: Staffan Carlsson [mailto:info@;softsystems.se]
Sent: Monday, October 28, 2002 2:43 AM
To: dotnet
Subject: Asp.Net and XML


How can i read this XML-doc into a asp.net page in tables and cells in the
easiest way ???


<ROOT>
<Hss Name="qwerty" Filename="http://www.mysite.com/1.bmp";>
  <hxx Cat="Cat12" /> 
  </Hss>
<Hss Name="asdf" Filename="http://www.mysite.com/2.bmp";>
  <hxx Cat="Cat13" /> 
  </Hss>
</ROOT>

TIA
Staffy

---
You are currently subscribed to dotnet as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to