Hi, I have a combolist that I want to bind a dataset column to.
My dataset contains two columns, A and B for example
How can I bind just column A of the dataset to a combolist?
thanks
MarkusJ
Printable View
Hi, I have a combolist that I want to bind a dataset column to.
My dataset contains two columns, A and B for example
How can I bind just column A of the dataset to a combolist?
thanks
MarkusJ
bump....
You would just bind the combo to teh datasource and list the column you want as the DisplayMember.
Great, thankyou for your help
MarkusJ