Dropdownlist question

N

niju

Hi there,
My aspx page has two dropdownlist controls Dropdownlist1 and
Dropdownlist2. Dropdownlist2 is populated when
Dropdownlist1_SelectedIndexChanged is fired. Now my problem is:

When I use keyboard and tab to Dropdownlist1 and select the first item,
Dropdownlist1_SelectedIndexChanged is fired. I never get chance to
select second item from the Dropdownlist1. Is there a way around, so i
can use just keyboard to populate my form and select any items from the
Dropdownlist1 before Dropdownlist1_SelectedIndexChanged is fired.

Many Thanks
Niju
 
J

jjrdk

Try changing the event that fires the postback. Make it a button click
instead, or doubleclick on the list or whatever.

jjrdk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,607
Members
45,240
Latest member
pashute

Latest Threads

Top