I have a listbox that I fill and can't select the 1st item until I select
another item first.
I have the onselectedindexchange set to a function and autopostback set to
true.
The only problem is that it doesn't go to the function if I select the first
item. It does the postback, but doesn't go to the function until I select
something else first 2nd item or greater (which goes to the
onSelectedIndexChange function. Then I can select the 1st item fine.
I tried setting Search.SelectedIndex to -1 first, but that didn't seem to
help.
Why does it do that?
Thanks,
Tom