hello,
first i would like to thanks everyone for helping me.
i have a combobox that i want to bound to a dataset
Me.DisplayMember = pDisplayMember
Me.ValueMember = pValueMember
Me.DataSource = mDataViewCombo
the problem is that when i set the datasource, the displaymember initialize and can't be changed.
does some1 know why ?
thanks
Eran.
