how to supress "Sign Up for Your New Account" in the asp:CreateUserWizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AAaron123

    how to supress "Sign Up for Your New Account" in the asp:CreateUserWizard

    I'm using the asp:CreateUserW izard without templates and have what I want.

    One minor thing is the appearance of the text
    Sign Up for Your New Account
    which converts to
    Completed
    after the user submits.

    Those texts are redundant on my page and it would be better without them.
    I've tried every (I think) attribute ending in Text but can't find one that
    controls the above mentioned.

    I did find this in a documentation example
    <asp:createuser wizardstep runat="server" title="Sign Up for Your New
    Account">
    but don't know how to use that information.

    Can you help?


    Thanks


  • AAaron123

    #2
    Re: how to supress &quot;Sign Up for Your New Account&quot; in the asp:CreateUserW izard

    "AAaron123" <aaaron123@road runner.comwrote in message
    news:OirYB3jNJH A.4832@TK2MSFTN GP06.phx.gbl...
    I'm using the asp:CreateUserW izard without templates and have what I want.
    >
    One minor thing is the appearance of the text
    Sign Up for Your New Account
    which converts to
    Completed
    after the user submits.
    >
    Those texts are redundant on my page and it would be better without them.
    I've tried every (I think) attribute ending in Text but can't find one
    that controls the above mentioned.
    >
    I did find this in a documentation example
    <asp:createuser wizardstep runat="server" title="Sign Up for Your New
    Account">
    but don't know how to use that information.
    >
    Can you help?
    >
    >
    Thanks
    >
    >
    I should have also said that the following will convert it to italic

    TitleTextStyle-Font-Italic="true"


    Comment

    • Hillbilly

      #3
      Re: how to supress &quot;Sign Up for Your New Account&quot; in the asp:CreateUserW izard

      Replacing what the 2.0 controls generate requires using our own template for
      any given step. The forums at asp.net have been used more often than these
      newsgroups because Microsoft staff and their MVPs conspired to subvert the
      use of the newsgroups when 2.0 was released to force people to use the
      forums on the web.

      "AAaron123" <aaaron123@road runner.comwrote in message
      news:OirYB3jNJH A.4832@TK2MSFTN GP06.phx.gbl...
      I'm using the asp:CreateUserW izard without templates and have what I want.
      >
      One minor thing is the appearance of the text
      Sign Up for Your New Account
      which converts to
      Completed
      after the user submits.
      >
      Those texts are redundant on my page and it would be better without them.
      I've tried every (I think) attribute ending in Text but can't find one
      that controls the above mentioned.
      >
      I did find this in a documentation example
      <asp:createuser wizardstep runat="server" title="Sign Up for Your New
      Account">
      but don't know how to use that information.
      >
      Can you help?
      >
      >
      Thanks
      >
      >

      Comment

      • AAaron123

        #4
        Re: how to supress &quot;Sign Up for Your New Account&quot; in the asp:CreateUserW izard

        Thanks
        "Hillbilly" <somebody@somew here.comwrote in message
        news:O1GQXrsNJH A.1144@TK2MSFTN GP05.phx.gbl...
        Replacing what the 2.0 controls generate requires using our own template
        for any given step. The forums at asp.net have been used more often than
        these newsgroups because Microsoft staff and their MVPs conspired to
        subvert the use of the newsgroups when 2.0 was released to force people to
        use the forums on the web.
        >
        "AAaron123" <aaaron123@road runner.comwrote in message
        news:OirYB3jNJH A.4832@TK2MSFTN GP06.phx.gbl...
        >I'm using the asp:CreateUserW izard without templates and have what I
        >want.
        >>
        >One minor thing is the appearance of the text
        >Sign Up for Your New Account
        >which converts to
        >Completed
        >after the user submits.
        >>
        >Those texts are redundant on my page and it would be better without them.
        >I've tried every (I think) attribute ending in Text but can't find one
        >that controls the above mentioned.
        >>
        >I did find this in a documentation example
        ><asp:createuse rwizardstep runat="server" title="Sign Up for Your New
        >Account">
        >but don't know how to use that information.
        >>
        >Can you help?
        >>
        >>
        >Thanks
        >>
        >>
        >

        Comment

        Working...