Problem: How elegantly add in more courses in a drop down in MVC3
I’m using a seperate screen, however ideally would like to have it all on the same screen, probably using ajax, and jquery.


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ended up just putting on another submit button for my ‘child’ item and calling it like in the 2nd answer here:
How do you handle multiple submit buttons in ASP.NET MVC Framework?