Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid URI: The URI scheme is not valid
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00935062
Message ID:
00935246
Vues:
17
Hi ...

I think that this is the best way to do it :


string cxml = ovfpcom.getmylist();
// This is on System.IO namespace
StringReader stReader = new StringReader(cxml);
DataSet odataset = new DataSet();
odataset.ReadXml(stReader)

prove this ..

Hope this hleps
Ricky
Ricardo D. de Guzmán
Tercer Planeta
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform