Hi, I am using ASP.NET 4.
I would like check the length for a string inserted in a TextBox. Ex: Input Name no more than 255 characters.
My questions:
- Which Web Controls for Validation I can use in ASP.NET?
- Web Controls for Validation validate both Client side and server side? I mean without Java script enabled the Control is able to validate (on server side)?
Thanks for your time