emaduddeen
Well-known member
- Joined
- May 5, 2010
- Messages
- 171
- Location
- Lowell, MA & Occasionally Indonesia
- Programming Experience
- Beginner
Hi Everyone,
I'm trying to use:
to select the 1st. item of a combo box. Instead of displaying a customer name the combo box shows "System.Data.DataRow"
It works if the user actually selects something in the combo box but I would like to do this in code.
Can you tell me what I'm missing to get the customer name to display in the combo box?
Thanks.
Truly,
Emad
I'm trying to use:
VB.NET:
.SelectedIndex = 0
to select the 1st. item of a combo box. Instead of displaying a customer name the combo box shows "System.Data.DataRow"
It works if the user actually selects something in the combo box but I would like to do this in code.
Can you tell me what I'm missing to get the customer name to display in the combo box?
Thanks.
Truly,
Emad