I am new to using the Update Panel within Ajax using .Net 2005.
I have put 2 listboxes within an update panwel on my form. Selecting one item within listbox 1 may cause listbox 2 to be filled with data. This behavior seems to work when I click using the mouse but when I try to scroll through the list using the arrow keys, there is no response/no scroll from the listbox object
How can I cause the scrolling to occur when I strike a down or up arrow key?
Start Free Trial