Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid URI: The URI scheme is not valid
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00935062
Message ID:
00935246
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform