A
AAaron123
I'm using the asp:CreateUserWizard 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:createuserwizardstep runat="server" title="Sign Up for Your New
Account">
but don't know how to use that information.
Can you help?
Thanks
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:createuserwizardstep runat="server" title="Sign Up for Your New
Account">
but don't know how to use that information.
Can you help?
Thanks