Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String XML to Dataset
Message
De
14/09/2002 08:41:05
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
String XML to Dataset
Divers
Thread ID:
00700485
Message ID:
00700485
Vues:
61
I have a component COM in VFP 7 that return one string XML. How I make to present this in a DataGrid?

I try:

lcXmlRet = (string) oVFP.SearchEmpresa("tes");
DataSet loDS = new DataSet();
loDS.ReadXml(lcXmlRet); ==> Error: Invalid URI: The URI scheme is not valid.
this.DataGrid1.DataSource = loDS.Tables[0];
this.DataGrid1.DataBind();
Edson Gabriel Meireles
egmsoftware@bol.com.br
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform