If ModelState.IsValid == false. Then check the .cs file validations that you have added. Remove the validations. It is a good practice to add customize validations according to the view file which you are using. This validations are restricting the modelState to render. Hope it helps .