greekman123
New member
- Joined
- Apr 4, 2011
- Messages
- 2
- Programming Experience
- Beginner
Hi,
I'm new to vb.net and I have what probably is a simple question, but one that I am stuck on.
I'm trying to add a single item to a ca combo box at run time.
For example, a user selects a category from the first drop down box at run time, say "Admin", I want to add a single item to the combo box below it: Not applicable.
cboTest.Items.Clear()
cboTest.Items.Add("Not Applicable")
Any help would be appreciated.
I'm new to vb.net and I have what probably is a simple question, but one that I am stuck on.
I'm trying to add a single item to a ca combo box at run time.
For example, a user selects a category from the first drop down box at run time, say "Admin", I want to add a single item to the combo box below it: Not applicable.
cboTest.Items.Clear()
cboTest.Items.Add("Not Applicable")
Any help would be appreciated.