DropDownList_SelectedIndexChanged event not being fired??

R

Rob R. Ainscough

I have a frameset with two .aspx web form pages

Form1.aspx (contain frameset)
Form2.aspx (contains DropDownList control - WebForm control)
Form3.aspx

I place a breakpoint in the Form2 DropDownList_SelectedIndexChanged event
and the event is NEVER triggered when I change values in my Form2
dropdownlist control.

Not sure what the problem is?? Any suggestions?
 
H

Harolds

The default value for the AutoPostBack property for a ddl is false. Change it
to true.
 

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,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top