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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -