I have a master(States) dropDownList and a child dropDownList(Cities). This is working.
What I want to do is, when master State is selected, I want populate dropDownList Cities, and at the same time get the Listings in that State and display. (limit 6).
When City is selected, I want to get all Listings in that city and display in the same div conatiner, replacing the State's listing. Also my Listings in City has three Categories. (This will be whole result set with pagination)
Any suggestion how this can be accompliashed. Thank you in advance.