PDA

Click to See Complete Forum and Search --> : Binding dataset column to a combolist


MarkusJ_NZ
Nov 6th, 2002, 03:40 PM
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

MarkusJ_NZ
Nov 9th, 2002, 12:33 PM
bump....

Edneeis
Nov 9th, 2002, 09:27 PM
You would just bind the combo to teh datasource and list the column you want as the DisplayMember.

MarkusJ_NZ
Nov 10th, 2002, 02:13 PM
Great, thankyou for your help
MarkusJ