Sub Does Not Fire

W

Wayne Wengert

I am using the Club Starter KIT for ASP.net 2.0 as the base for a web site
but I have an instance where a sub is not being executed and I don't
understand why? The related ASP code is as follows:
======================
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server"
DisableCreatedUser="True"

OnFinishButtonClick="CreateUserFinished"
FinishDestinationPageUrl="Default.aspx" Height="240px"
OnCreatedUser="CreateUserWizard1_CreatedUser">

<WizardSteps>

<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">

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

The user gets created (aspnet_Membership and aspnet_Users get populated) but
the CreateUserFinished sub never gets called? Also, the code in the
completion step (see below) never gets executed. Any thoughts on what might
cause this?

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

<asp:CompleteWizardStep runat="server">

<ContentTemplate>

<p>

Your account has been successfully created.

</p>

<gs:rolloverbutton id="ContinueButton" runat="server" commandname="Continue"

text="Continue" />

</ContentTemplate>

</asp:CompleteWizardStep>

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

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
474,264
Messages
2,571,065
Members
48,770
Latest member
ElysaD

Latest Threads

Top