Thursday, March 24, 2016

Maxlength in textbox

 

@Html.TextBoxFor(model => model.MobileNo1, new { id = "MobileNo1", @class = "form-control",MaxLength="11" })

No comments:

Post a Comment