I need to show all the table names which are in my database into a dropdownlist.
When table is selected, I need to show another dropdownlist with columns. How can I do that?
I am using ASP.NET, MVC and EntityFramework.
Update : KnockoutJs: ASP.NET MVC 4 Dynamic Forms solved my dynamic dropdownlist problem.