i have a textbox i.e
@Html.TextBoxFor(m => m.Bonus, new { @class = "form-control validate[required], @id = "txtBonus" })
how to validate so that it will take only 5 digit,user will not be able to enter 6th digit.
thanks,
Use MaxLength
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.