I have an ASP.Net 2.0 application. I have a user control in which I have several DropDownLists each bound to its own object datasource. I need to "filter" the items in one drop down list when the user selects an item in another drop down list. For example a user selects "Ford" from a drop down list of auto makers and the "linked" dropdownlist then redisplays showing only the Autos that Ford makes. Fairly common task - just looking for how others approach it.
Start Free Trial