After clicking the submit button. I am getting null in entity. Do anyone have a solution?
View
@using (Ajax.BeginForm(\"CreateRo
Unfortunately you can't use Ajax.BeginForm() to upload a file. I got around this by running an onclick() event on the submit event. I found this SO answer very useful: Ajax.BeginForm is not working as expected