Hello,
I made a wizard with three tabpages in VB.NET. In every tabpage there are several comboboxes. When I load the wizard, I define the datasources. I also set the selected values of all the comboboxes to nothing.
Whet the wizard is loaded, The selected text and the selected value of the comboxes is empty on the first tabpage.
When I select the next tabpage, the value of the combobox is still nothing but the text changed to the first value in the list of the combobox.
How can I make that the text also stays nothing?
I already tried with the event textchanged in the class of the combobox control, but it doesn't go off.
Can somebody help me!!
Karel
I made a wizard with three tabpages in VB.NET. In every tabpage there are several comboboxes. When I load the wizard, I define the datasources. I also set the selected values of all the comboboxes to nothing.
Whet the wizard is loaded, The selected text and the selected value of the comboxes is empty on the first tabpage.
When I select the next tabpage, the value of the combobox is still nothing but the text changed to the first value in the list of the combobox.
How can I make that the text also stays nothing?
I already tried with the event textchanged in the class of the combobox control, but it doesn't go off.
Can somebody help me!!
Karel