Combobox
how can i add customer code and name to combobox , i want to get the code corresponding to name i have selected
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.
Sam HobbsPosted Mar 9, 2012, 2:42 AM
SenthilkumarPosted Mar 9, 2012, 12:52 AM
Place the combox control in your form.
Call the BindCombo() method to load and bind to the combo box control.
The id will be given as value and name will be given as display text.
Write the index changed event to the combo box to fire when you select the items in the combo.