forum

Home / DeveloperSection / Forums / phone validation in Mvc

phone validation in Mvc

Anonymous User 1255 31-May-2018

I want to validate phone no. using data annotation 

 <li class="cell last" style="width: 60%;">

            @Html.TextBoxFor(model => model.PhoneNumber, new { @class = "textbox" }) @Html.ValidationMessageFor(model => model.PhoneNumber)
        </li>

Updated on 08-Jun-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By