Skip to content

itorian/Category-and-Sub-Category-in-single-Drop-Down-List--DDL--in-MVC

Repository files navigation

Category-and-Sub-Category-in-single-Drop-Down-List--DDL--in-MVC

In this article you will learn how to create a Drop Down List in MVC that can display States and its associated Districts in a single Drop Down List. You will learn this step by step.

In above DDL, you can see I managed to display States and its associated Districts in a single DDL. However, you can achieve this using two different DDL, one for ‘States’ and another for ‘Districts’ and once ‘State’ is selected, populated the ‘District’ DDL with matching items. Here is one article Cascading DropDownList in ASP.NET MVC I published long back that explains this.

Complete post here http://www.itorian.com/2013/10/category-and-sub-category-in-single.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published