DropDownList event

  • Thread starter Thread starter RichGK
  • Start date Start date
R

RichGK

How can I get a SelectedIndexChanged event to fire when the user uses
the arrow up and down keys on the keyboard to step through the entries
in the list?
 
Hi,

If you have set "AutoPostBack" property to "True" then it will handle
SelectedIndexChanged event on up and down arrow keys.

Regards,
Mansi Shah.
 
Hi,

If you have set "AutoPostBack" property to "True" then it will handle
SelectedIndexChanged event on up and down arrow keys.

Regards,
Mansi Shah.

*** Sent via Developersdexhttp://www.developersdex.com***

_alt.0
1KDownload

Hi,

AutoPostBack is set to true but it still doesn't fire an event, this
is on a Web Form.
 
I just checked a project I have been working on that uses DropDownLists and
SelectedIndexChanged and it fires for me. Does the event fire correctly when
you select a different value with the mouse?
 
Back
Top