eramgarden Posted August 19, 2004 Posted August 19, 2004 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%2C293823%2Csid8_gci872392_tax293037%2C00.html Of course, in the code behind I can get the length but i want to see if it's doable with a validator.. Quote
Administrators PlausiblyDamp Posted August 19, 2004 Administrators Posted August 19, 2004 Could you not use a pattern similar to \w{2,} You will also need a required field validator to prevent blank entries being accepted Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.