Cascading DropdownList with MVC5, Ajax, C# and MSSQL Server
问题 I'm quite new to MVC coming from windows forms and 3 tier architecture. I'm trying to figure out using cascading dropdownlists (DDL) populated from database. Im using MS SQL Server 2012, VS 2013 Currently I'm work on user questionnaire which users can select from multiple answers from DDL. Depend on some selections I need to change answers (again DDL) on next question. Database: Table DDLStacks : StackId | StackName 1 | Berry 2 | BerryColor 3 .... Table DDLStackContents (SCId Stack content id