I have written a TextBoxLengthValidator in C#, it's purpose is to validate a textbox and make sure the text length >= MinimunLength and text length <= MaximunLength.
C# Class
[ToolboxData("<{0}:txtLenVal runat=server ErrorMessage=\"txtLenVal\"></{0}:txtLenVal>")]
public class txtLenVal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.