How to filter the dropdown list by using other dropdown list in asp.net MVC web-application

Posted by Kane Liew on Stack Overflow See other posts from Stack Overflow or by Kane Liew
Published on 2010-06-03T07:59:26Z Indexed on 2010/06/03 8:04 UTC
Read the original article Hit count: 272

Filed under:

hello, everyone, I encounter a problem when I try to filter the drop down list.

The situation is I wish to filter the Agent dropdown list by using the Company dropdown list in same view/form. Since I need to display the Agents that only belong to the selected Company. But I have no idea to do that.

Any solution, please?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2