|
-
Aug 31st, 2006, 09:59 PM
#1
Thread Starter
Addicted Member
[02/03] use Validator Control in asp.net
I have a textbox(this textbox is required and must be numeric). I want to use regular expression validator to validate it.
I set ValidationExpression="\d{1,10}", but it allow blank field(not allow numeric). How can I don if i want a textbox(required and must be numeric)? I do not want to use two validator controls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|