CreateUserWizard ignores StartNavigationTemplate?

G

Guest

Seems like CreateUserWizard flat out ignores StartNavigationTemplate. Not
sure why the designer bothers to offer for you to edit it, but even when you
specifiy this, it doesn't seem to be used. Is this simply inherited from
Wizard? Seems the only Navigation that this step will pay attention to is a
CustomNavigationTemplate. Does this step simply not fall under the category
of StartNavigationTemplate?

-Ben
 
S

Steven Cheng[MSFT]

Hi Ben,

Welcome to the ASP.NET newsgroup.

Regarding on the CreateUserWizard control, it is a sub control derived form
the Wizard control ,and most of the Templates (include the
"StartNavigationTemplate" is derived from Wizard control). The
"StartNavigationTemplate" is used to customize the WizardStep which is
marked as "Start" step in the Wizard control:

#Wizard.StartNavigationTemplate Property
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.wizard.st
artnavigationtemplate.aspx

And as for the CreateUserWizard control, it generally only use the
"CreateUserWizardStep" rather than other custom step, so the
"StartNavigationTemplate" won't take effect unless we manually add some
other WizardSteps(marked as StepType="Start" ) in the CreateUserWizard
control's wizardStep collection.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
S

Steven Cheng[MSFT]

You're welcome Ben.

Have a good day!

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top