Required Field Validation control ?

  • Thread starter Thread starter WJ
  • Start date Start date
W

WJ

My users want to display the text value of all the "Required Field
Validation controls" at all time , so I set them all to "Static" but they
donot showup until the submit button is pressed. And again disappear when
data is entered on a specific field. Is there a way to alway show them
regardless validated or not ? Seems like all the properties (static,
dynamic..) work the same.

Thanks

John
 
Well, why not just use a static label and apply a similar style (red text)..
looks like you do not need any validation features of the control..
 
Back
Top