Create 3 tables in SQL server named as Category, SubCategory and Products
- tblCategory
- CategoryID
- CategoryName
- IsActive
- tblSubCategory
- SubCategoryID
- SubCategoryName
- CategoryID (fk of tblCategory)
- IsActive
- tblProducts
- ProductID
- ProductName
- SubCategoryID (fk of tblSubCategory)
- IsActive
Create MVC Application with 3 dropdown populate dropdown with based on the other dropdown (cascading dropdown sample)
Technologies to use:
C#, ASP.NET MVC4+ using Ajax/JSON, Entity Framework,
No comments:
Post a Comment