A
Andy B.
I have a DropDownList called SearchByDropDownList. I need to access it's
selected value whenever it changes. If the selectedValue is "date", Disable
the FilterByYearDropDownList (DropDownList control) and the
SearchInRadioButtonList (RadioButtonList control). The javascript needs to
be contained inside of a WebUserControl. This can't have any serverside
coding to it at all. It also can't use ajax. Thanks for the help.
selected value whenever it changes. If the selectedValue is "date", Disable
the FilterByYearDropDownList (DropDownList control) and the
SearchInRadioButtonList (RadioButtonList control). The javascript needs to
be contained inside of a WebUserControl. This can't have any serverside
coding to it at all. It also can't use ajax. Thanks for the help.