Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Binding at runtime
Message
From
30/06/2011 20:28:26
Bill Fitzgerald (Online)
Woodbury Systems Group
Hamilton, New Jersey, United States
 
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
C# 4.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01516502
Message ID:
01516951
Views:
41
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform