SelectedIndexChanged NOT Firing

G

Guest

Hi,

SelectedIndexChanged NOT Firing in my DropDown ListBox
AutoPostBack = true
EnableViewState = True

Autpostback works, but the SelectedIndexChanged Event does not fire !!!

regards
Paul
 
G

Guest

Hi!

Have you tried to set breakpoint in both page load and drop down event
handler to see what happened?


Regards,
Sin Min
 
G

Guest

yes i tried that,
the page load event gets fires,
but it just skips the SelectedIndexChanged event for the dropdown
 
D

Dan

Make sure you're not databinding again on the postback; also make sure you
choose a different element--if you simply re-choose the same element (just
open the dropdown, the event won't get fired
 

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

Staff online

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top