problem in creating validation expression for space character in case of numeric data entry in text box
Regular expression for space char
3159
14-Mar-2011
Anonymous User
14-Mar-2011Write down following expression on ValidationExpression property of RegularExpressionValidator control ValidationExpression="^([\s]*[0-9]+[\s]*)" asp:RegularExpressionValidator>
This might be fullfill your requirement.