Users Pricing

forum

home / developersection / forums / phone validation in mvc

phone validation in Mvc

Anonymous User 1663 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>

I am a content writter !


1 Answers