Dynamic ComboBox
-
Hi, i've a problem how we can bind our data in databse into a combobox?can anyone help me? Thank YOu Regard, Tomi
You set your
Data Source
property to what ever query/view or stored procedure you are getting the data from. You then setDisplay Member
to the field you want to display.Value Member
is the field value that you want the selected value to return. Hope this helps you out."The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
You set your
Data Source
property to what ever query/view or stored procedure you are getting the data from. You then setDisplay Member
to the field you want to display.Value Member
is the field value that you want the selected value to return. Hope this helps you out."The clue train passed his station without stopping." - John Simmons / outlaw programmer