wpf
how to bind a datatable to a combobox in wpf ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ruchi HPosted Aug 5, 2013, 7:30 AM
Ck NitinPosted Aug 5, 2013, 4:53 AM
try this
myCombo.ItemsSource = dt.DefaultView;
Thanks