Hi
I was wondering if someone could help me with an issue I am having. I have a createuserwizard which I am customizing. However, I seem to be getting a System.NullReferenceException when clicking the createuser button. Please see code attached:
<asp:CreateUserWizard ID="CreateUserWizard" runat="server" ActiveStepIndex="0"
CancelDestinationPageUrl="~/Home.aspx" >
<WizardSteps>
<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
<ContentTemplate>
<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">User Name:</asp:Label><br />
<asp:TextBox ID="UserName" CssClas ...
Go to the complete details ...