Home All Groups Group Topic Archive Search About

DropDownList_SelectedIndexChanged event not being fired??

Author
22 Jun 2005 10:54 PM
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?

Author
23 Jun 2005 8:49 PM
Harolds
The default value for the AutoPostBack property for a ddl is false. Change it
to true.

Show quoteHide quote
"Rob R. Ainscough" wrote:

> 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?
>
>
>