Hello again,
1. Can i set the validation messages position ?
I want the messages to appear not near the control,instead below the control being validated.
2. Also how can i add more validation rules to one textbox for example ?
Regards,
Daniel
1. Can i set the validation messages position ?
I want the messages to appear not near the control,instead below the control being validated.
2. Also how can i add more validation rules to one textbox for example ?
3. this attribute validationMessage="Please enter {0}" the {0} is replaced by the name of the control?
if yes,can i specify a different value(e.g. the value of another control)?
Regards,
Daniel