| Author: muralikrishna 31 Jan 2008 | Member Level: Bronze Points : 0 |
hi,vijay i read ur article.this is very helpful and i got overview idea about bindsource.thank you still i've littlebit confuse about the diff b/w dataset and bs plz rectify:: thanks& regards muralikrishna
|
| Author: Rajeev 06 Feb 2008 | Member Level: Silver Points : 0 |
i had a List and i binding that to a bindingsource like
BindingSource TheBindingSource = new BindingSource(); TheBindingSource.DataSource = /(List)TheRuleSet.GetRuleSetInfo(); RuleSetdataGridView.DataSource = TheBindingSource;
datagridview autogenerated columns is false
|
| Author: Rajeev 06 Feb 2008 | Member Level: Silver Points : 0 |
i had a List and i binding that to a bindingsource like
BindingSource TheBindingSource = new BindingSource(); TheBindingSource.DataSource = /(List)TheRuleSet.GetRuleSetInfo(); RuleSetdataGridView.DataSource = TheBindingSource;
Wht is the problem with this, it/s not binding data
datagridview autogenerated columns is false
|