ASP.net mvc5 with Entity Framework
I have two classes.One is Department Class and another is Student Class .I have a Dropdownlist and a textbox .The dropdownlist loads all the Department Names and i want to populate the texbox with associate data on selection of the dropdownlist.How can i implement this using Visual Studio 2013,MVC5 and asp.net using Entity Framework.Thanks in Advance.