ASP.NET form submission returning null value for model parameters when submitting
I am building a C# assignment and facing an issue. I have 2 models students and course. I needed a place to show all the students related to a course and ability to add new student. So I created a…