First keep a regular expression validator next ur require textbox.
Right click and get into the properties.
set the according properties...
Control to validate property-(required textbox name)
Display property-Dynamic
Error message- required message
Validate expression property- ^[0-9]*|\d*\d{1}?\d*
It should work now...
Like this there are various expresssions for each and every validations.
Comment