Hi all,
I have two asp.net dropdown lists, one for State selection and the other for County. Both have the autopostback set to true. When I try to navigate through the states using the keyboard (arrow keys) it selects the first state and I can't navigate through the rest of the available list of states (the list is populated and can be accessed using the mouse and same thing happens for the County list). What I want to do is to be able to navigate through all the states and/or Counties using the arrow key with out losing the autopostback.
I'd appreciate any help!!
Thank you!