Ch 16 and the first try it out.
All goes ok until I browse it. Then the fields for security question do not appear. What's wrong?
Here's my code:
Code:
<%@ Page Title="Sign up for a new account" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="SignUp.aspx.vb" Inherits="SignUp" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server">
<WizardSteps>
<asp:CreateUserWizardStep runat="server" />
<asp:CompleteWizardStep runat="server" />
</WizardSteps>
</asp:CreateUserWizard>
</asp:Content>