Carscading dropdowns
- by SnowJim
Hi!
I am working with carscading dropdowns in MVC. It apears that I will not be able to easaly create dropdowns on demand, instead I will have to add the dropdowns before sending it to the client.
This is how are doing it right now :
In the aspx page
<%: Html.DropDownListFor(model => model.ModelViewAd.Category1,…