ASP.Net MVC Textbox: how to limit input Length.
Just add one properity (maxlength) in View.
in this case, the max length ot this Textbox is 100.
Hope it is useful.
Just add one properity (maxlength) in View.
in this case, the max length ot this Textbox is 100.
Hope it is useful.