validate age according to date of birth using model in mvc 4

后端 未结 4 1437
闹比i
闹比i 2020-12-10 09:17

I have registration form and its contain date of birth field.

Using calender date picker its input the value to this field.

these are the steps to insert

4条回答
  •  醉话见心
    2020-12-10 09:56

    Create an id for @Html.ValidationMessageFor and @Html.TextBoxFor, then use javascript to validate it. In your view do something like:

    @section scripts{
        
    }
    

提交回复
热议问题