Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Binding at runtime
Message
De
30/06/2011 20:28:26
 
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
C# 4.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01516502
Message ID:
01516951
Vues:
42
This will bind the dataset to the datagridview.

bindingFeatureSelector = new BindingSource();

// Fill the featureds.view_icitemdata

bindingFeatureSelector.DataSource = featureds.view_icitemdata;
dataGridViewFeatureSelector.DataSource = bindingFeatureSelector;
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform