drop down menu - ASP MVC C# Cascading dropdown using single table -


i have single oracle table 5 columns , need create 5 cascading dropdown lists on mvc view page, using combination of razor , jquery. got first dropdown ok comes model passed on view. having trouble figuring out 2nd dropdown , after.

any sample code or examples appropriated

thanks mike

this resolved. ended using jquery+ajax make cascaded calls controller each call passing previous dropdown boxes values , returning selectlist of items db.

thanks


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -