Re: Validation Controls in .NET
wrote...
> I want individual error alert messages to be dispalyed for each of my
> fields The validation controls dont have any properties to have this.
> Can anyone suggest me an option?
You can use the "Text" property on the required field validator. I use this
on mine, I place some literal HTML code in there to display a warning image,
but to test it quickly, just put an asterisk in there or something. I tend
not to use the error summary sections.
HTH
Regards
Rob
Date:Tue, 14 Aug 2007 09:01:11 +0100
Author:
|