More than 1 char in a textbox...

eramgarden

Well-known member
Joined
Mar 8, 2004
Messages
579
This shouldnt be too hard..i have another way to do it , but want to know if it can be done with a validator...

I have a textbox and I want users to enter more than char in that textbox..if the enter, forexample, w ...

How can I do this with regualrexpression? I found this link but my light bulb is still not bright:
http://searchsecurity.techtarget.com/vsnetTip/1,293823,sid8_gci872392_tax293037,00.html


Of course, in the code behind I can get the length but i want to see if its doable with a validator..
 
Back
Top