databinding

  • Thread starter Thread starter freak
  • Start date Start date
F

freak

in .net 3.0

i have created bindingsource, dataset and tableadapters in code.

how can i bind specific column from specific table to listbox.
 
By .Net 3.0 do you mean WPF? Or do you mean winforms? or webforms?

However, the general approach is to set DataSource to your
bindingsource and DisplayMember to the column you want.

Marc
 
Back
Top