Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML string to Dataset
Message
De
03/07/2003 16:30:29
 
 
À
01/07/2003 14:28:39
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
XML
Divers
Thread ID:
00805771
Message ID:
00806730
Vues:
18
This is what I do in the ASP.net realm.
You can prolly do something like this:



DataSet ds2 = new DataSet();
ds2.ReadXml(Server.MapPath("~/xml/CopyMod.xml"),XmlReadMode.InferSchema);
this.MyDatagrid.DataSource = ds2;
this.MyDatagrid.DataBind();
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform