How do I rename CreateUserWizard title?

Last post 07-04-2009 5:48 AM by calinetfan. 2 replies.

Sort Posts:

  • How do I rename CreateUserWizard title?

    07-03-2009, 5:55 PM
    • Member
      12 point Member
    • calinetfan
    • Member since 06-22-2009, 12:05 PM
    • Posts 26

    I would like to rename or remove the "Sign up for your new account" title but I can't find that anymore in the Properties.



  • Re: How do I rename CreateUserWizard title?

    07-03-2009, 11:45 PM
    Answer
    • Member
      630 point Member
    • Bobby-Z
    • Member since 10-04-2008, 5:53 AM
    • Orange County, CA
    • Posts 271

     Well there is the HeaderText="" but this does not replace it it Just adds another Line above it.

    If you want to completely remove or rename it I suggest

    click on the control until the arrow at the upper right corner appears, then click on the arrow.

    click on CustomizeUserStep

    then it will display all of the controls in a table

    the second <tr> is the label "Sign up for your New Account"

    you may change it here and add style if you want -

    Customizing does not change anything else with the control, it just lets you see all of the controls, in case you do want to change anything.

    If you do not like the create user wizard and want to make your own custom form - I have a posting with code that shows how to make a custom create user using the aspnet_membership and making your own form.

    http://forums.asp.net/t/1375441.aspx

    "Success is the Sum of Small Efforts, Repeated Day in and Day Out - Without Ceasing!"

    Robert Hall
    CEO and Founder
    My Service Solutions, Inc.
  • Re: How do I rename CreateUserWizard title?

    07-04-2009, 5:48 AM
    • Member
      12 point Member
    • calinetfan
    • Member since 06-22-2009, 12:05 PM
    • Posts 26

    I already figured it out yesterday and I was sorry I spammed this thread. All I had to do was add title tag to CreateUserWizard1 control. Thank you for your help, I will mark your post as answer.

Page 1 of 1 (3 items)