Search

 

February 2007
S M T W T F S
« Jan   Mar »
 123
45678910
11121314151617
18192021222324
25262728  

Tags

Archives

Archive for February 26th, 2007

ComboBox Bug

Monday, February 26th, 2007

TweetSo here is the situation, you want to display data in a ComboBox and make sure the user chooses something from the dropdown.  You do not want the first thing showing to be real data as this could cause the user to leave it as is and also void your validation routine. So, you decide [...]