Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receiving some XML
Message
 
To
07/04/2002 13:36:39
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00641964
Message ID:
00642048
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
Take a look at the DataSet. It may well have imported your 'other values' as additional tables.

BTW, you can use:

string lcValue = DSResume.Tables["tablename"].Rows[0]["fieldname"].ToString()

+++ Rick ---

>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
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform