Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Bind Data in VS.net
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00813828
Message ID:
00814330
Vues:
10
Hi Gerard,

If you already have your XML loaded into the DataSet, all you need to do is basicaly what the following code suggests:
this.aDataGrid.DataSource = aDataSet.Tables["YourTable"];
this.aDataGrid.DataBind();
Regards,
-----
Fabio Vazquez
http://www.fabiovazquez.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform