Ben,
I like having control over just data binding things ( doing things by hand
). But I think datagrid offers a very good interface to automate portions of
that work and so I like that. The problem I always faced that if I don't use
datagrid I have to write tons of javascript code to handle any user
interaction with the table and then those are browser ( and version )
specific. That was a reason I moved to datagrid server which generates
server side events and access to the control ( and cells and all ) in the
server side and I can handle them in more productive way.
However like other microsoft tools, this is also specific to requirements
and likings.
hth ...
Thanks
Rahul

-----Original Message-----
From: Ben Joyce [mailto:ben@;babelfish.co.uk]
Sent: Tuesday, October 29, 2002 4:33 PM
To: dotnet
Subject: RE: Asp.Net and XML


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.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