Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access fox free tables without DSN
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00877950
Message ID:
00878019
Vues:
19
Once the DataSet is obtained, set DataSource property of the DataGrid and then execute DataBind method.

ctrlGrid.DataSource = ds;
ctrlGrid.DataBind();

ctrlGrid is the name of the DataGrid, you should drag it from the toolbar.

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

Click here to load this message in the networking platform