I'm using the ComboBox control, and I can't figure out how to get a reference to it in javascript. It functions correctly, just can't get a reference to it, client-side.
I declare it like this:
But when I try to get a reference to it using the technique from the help files, this alert returns a value of
true. It always returns null:
What am I missing?
Thanks!
Andy