Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receiving some XML
Message
From
07/04/2002 13:36:39
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Receiving some XML
Miscellaneous
Thread ID:
00641964
Message ID:
00641964
Views:
52
Hi.

I´m already doing something that returns a XML from a method, load a DataSet, and go for fun... but, I´m wondering: in some cases, my XML will return two or three values... is it a good alternative to continue to use DataSet, or there´s something more correct? I mean, to access an individual field, I´m using something like:
Test.Text = DSResumo.Tables[0].Rows[0].ItemArray[0].ToString();
I think there´s a better way to make such thing... I saw that DataRead is more clean, but I can´t find a way to load it with a XML...

comments?

TIA
Claudio Lassala
Next
Reply
Map
View

Click here to load this message in the networking platform