Hi, upon a successful registration, is there a way to change the "complete" text as well as the button below the CompleteSuccessText with CSS or something on the default success page or totally replace the page with another one. Thanks.
you can change the createuserwizard to templates instead.
use the little arrow that appears when you hover the <asp:CreateUserWizard> tag then use templates, it will create all the textboxes and templates for your wizard and you can add/change any text etc..
"Success is the Sum of Small Efforts, Repeated Day in and Day Out - Without Ceasing!"
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Marked as answer by Chen Yu - MSFT on Dec 27, 2012 02:09 AM
k80sg
Member
312 Points
345 Posts
Changing elements in CreateUserWizard complete page
Dec 21, 2012 09:52 AM|LINK
Hi, upon a successful registration, is there a way to change the "complete" text as well as the button below the CompleteSuccessText with CSS or something on the default success page or totally replace the page with another one. Thanks.
Bobby-Z
Contributor
2864 Points
1125 Posts
Re: Changing elements in CreateUserWizard complete page
Dec 21, 2012 05:14 PM|LINK
you can change the createuserwizard to templates instead.
use the little arrow that appears when you hover the <asp:CreateUserWizard> tag then use templates, it will create all the textboxes and templates for your wizard and you can add/change any text etc..
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks