Which two properties are on every validation control? - .Net Views : 240
Tagged in : .Net
0 0
Send mail
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.
By Nithya, On - 2010-01-30



    Login to add Comments .