views:

68

answers:

1

I am using a CreateUserWizard.

  • By default, the validation error messages are shown in the bottom of the control. Can I change this positioning to be shown above the control so that it is consistent with my other pages?
  • When a user fails to enter a required fied, it displays a asterisk * next to the field. Can I have it also display some text saying that the field is required?
A: 

You can use a ContentTemplate to control where elements are displayed, including the validation message. This MSDN tutorial steps you through it. Not sure about the asterisk, though.

eliah
I am using the CSS friendy adapters http://www.asp.net/cssadapters/membership/CreateUserWizard.aspxCan I still use the ContentTemplate
Sorry, I'm not familiar with those adapters. Not sure.
eliah