Which two properties are on every validation control?
by Nithya[ Edit ] 2010-01-30 22:51:25
ControlToValidate
This property is used to determine which control is to be validated. We have to select the control name.
ErrorMessage
This property is used to set the error message. User can set the error message according to his needs.