Quote:
|
1- I wanna know if its possible to easily set a gray * asterisk when the form launch so poeple know which fields are required.. then if there is an error the * become red or something..?
|
Probably not that easy. A common technique is to place extra asterisks in front of the contorls
Quote:
|
2- Also it is possible to show an image instead of a * if there is an error ?
|
Certainly. Take a look at the section titled "Using Images for Your Error Messages" here:
http://msdn.microsoft.com/en-us/library/aa479013.aspx
Quote:
|
3- Are client side validation are automaticly generated when using validation controls ?
|
Yes, provided that the EnableClientScript property is on, which is the case by default.
Quote:
|
P.S: Also, it is me or the "ControlToValidate" Property aren't in the properties show table in page 306-307 ?
|
Nope, you are correct. But take a look at the last sentence before the table:
Quote:
|
The following table lists the additional properties for the CompareValidator control.
|
The ControlToValidate property is shared by all validators and is discussed on page 304.
Cheers,
Imar