hmm, how about programmmatily enumerating the elements? or are DataGrid's the right way to do things these days?
I'm still in the camp that believes everything should be done by hand. > -----Original Message----- > From: Guha, Rahul [mailto:rahul.guha@;intel.com] > Sent: 29 October 2002 22:32 > To: dotnet > Subject: RE: Asp.Net and XML > > > 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.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/
