Hi,
I have made a custom validator (derived from BaseValidator object) for which I want to give the ErrorMessage property a default value. How can I achieve this?
Do I have to override the ErrorMessage propertie of the base?
Using the new keyword?
Can someone supply me a sample code? Tx in advance.
I have made a custom validator (derived from BaseValidator object) for which I want to give the ErrorMessage property a default value. How can I achieve this?
Do I have to override the ErrorMessage propertie of the base?
Using the new keyword?
Can someone supply me a sample code? Tx in advance.