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