E
eagle
When I load a drop down list from a dataset, it defaults to selecting the
first item. How do I get it to not select anything and leave the ddl blank
until a user selects an item? I tried:
ddl.SelectedIndex = -1
but it still selects the first item, returning the selected index of 0
Thanks for your help.
first item. How do I get it to not select anything and leave the ddl blank
until a user selects an item? I tried:
ddl.SelectedIndex = -1
but it still selects the first item, returning the selected index of 0
Thanks for your help.