Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Bind Data in VS.net
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00813828
Message ID:
00814330
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform