Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receiving some XML
Message
 
À
07/04/2002 13:36:39
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00641964
Message ID:
00642048
Vues:
12
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform