Combo boxes in vb.net
I have a combo box which is loaded from a sql table. After the combo box is loaded the first entry is shown on the form. How do I have the form not show the first entry of the table but instead an empty text box (see attached).
I have a combo box which is loaded from a sql table. After the combo box is loaded the first entry is shown on the form. How do I have the form not show the first entry of the table but instead an empty text box (see attached).
Comment