Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Binding at runtime
Message
De
28/06/2011 10:00:53
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Data Binding at runtime
Versions des environnements
Environment:
C# 4.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01516502
Message ID:
01516502
Vues:
115
After getting the data from a business object that does the SELECT, I need to be able to bind the DataSet to a DataGridView. My book shows this statement to be the way to bind it:

this.grdOrders.SetDataBinding(dsOrders, OrderObj.TableName);

I don't see that the object grdOrders has a property call SetDataBinding, so how does this work?

The book, in case you were wondering is : ".Net for Visual FoxPro Developers"

Thanks for any help or suggestions.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform