Fromethius
Mar 25th, 2006, 08:45 PM
Hey guys. Got a hopefully simple question. I have a DropDownStyle as DropDownList so you can only select things and not type but here's the problem:
I have 2 combobox's and I want it so when you click one, the other one is blank so you don't get confused on which one you're using. However, 2ndcombobox.Text = ""; doesn't work cause it is DropDownList. Is there like a clear function or something?
Thanks!
I have 2 combobox's and I want it so when you click one, the other one is blank so you don't get confused on which one you're using. However, 2ndcombobox.Text = ""; doesn't work cause it is DropDownList. Is there like a clear function or something?
Thanks!