Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access fox free tables without DSN
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00877950
Message ID:
00878019
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform