I have a jquery pop up box that has multiple dropdowns on it and I need to have the final drop down be disabled until everything else is selected. I come from an MVC world so I planned on using an ajax call to get my filtered data for the final dropdown, but I am curious if there is anyway I can do this with one of the dropdownlists provided events that would not require a postback?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use JavaScript/jquery. Here's an example with three ASP.NET Dropdownlists, the third being the one that will only be enabled if the other two both have a value other than 0:
onchange() calls a method that uses jquery:
Is that what you mean? |
|||||
|