Link to home
Start Free TrialLog in
Avatar of Summit-IT
Summit-IT

asked on

How do you call the AJAX modal extender control when a selected value of a dropdoown list has changed?

I'm currenlty working on a page where once the user selects a certain value from the dropdownlist, I need to display an AJAX Modal window for them to input information.  Can somone provide the syntax for calling the modal popup when the dropdowns selected value is changed to a number i specify.  Currently i have set the TargetControl to a hidden button, and on the SelectedIndexChanged event I'm using modal1.Show(), but nothing happens.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of nisarkhan
nisarkhan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin