Relative Content

Tag Archive for c#.netasp.net-mvcmodel-view-controllerasp.net-mvc-partialview

Unable to Submit Partical View form to Controller

I am trying to submit a form to my MVC controller. The form is in a partial view and when I hit submit it returns with a 500 error at the path for the action and controller: “https://localhost:44383/WIZ/Form/CreateTicketForm”. I am just submitting the form and view model to the controller. I am not using ajax or any other JavaScript. When I gill out the form all of the required fields are completed. Below is the code for my form: