Создание веб-приложения, сочетающего в себе проектирование и создание баз данных, работу со сторонними форматами данных, программирование в NET и веб-разработку, страница 43

                                                        Font-Names="Verdana"

                                                        Font-Size="1.2em"

                                                        ForeColor="#284E98" />

                    <TextBoxStyle

                                                        Font-Size="0.8em" BorderStyle="None" BackColor="Black" ForeColor="Black" />

                    <TitleTextStyle BorderStyle="None" HorizontalAlign="Center"

                        VerticalAlign="Middle" Wrap="False" />

                    <ValidatorTextStyle BorderStyle="None" />

                </asp:Login>

            </AnonymousTemplate>

            <LoggedInTemplate>

            <a><h1>Поздравляем!</h1></a>

                <p>Вы находитесь в системе как: <h2> <asp:LoginName ID="LoginName1" runat="server" /></h2></p>

                <a class="text"><asp:LoginStatus ID="LoginStatus1" runat="server" /></a>

            </LoggedInTemplate>

            <RoleGroups>

            </RoleGroups>

            </asp:LoginView>

</div></div>

</asp:Content>

<asp:Content ID="Content2" runat="server"

    contentplaceholderid="ContentPlaceHolder1">

                </asp:Content>

В.4 Файл registration.aspx

<%@ Page Title="" Language="C#" MasterPageFile="~/powplay.Master" AutoEventWireup="true" CodeBehind="registration.aspx.cs" Inherits="powerplay.account.registration" %>

<asp:Content ID="Content1" runat="server" contentplaceholderid="ajaxholder">

<div id="form_content"><div id="signin_info">

    <asp:LoginView ID="LoginView1" runat="server">

        <AnonymousTemplate>

            <a><h1>Аккаунты</h1></a>

            <p>Все возможности PowerPlay в одном аккаунте.</p>

            <p>Если у вас уже есть аккаунт PowerPlay, вы можете <a href="signin.aspx" class="text">войти</a>

            на сайт прямо сейчас.</p>

        </AnonymousTemplate>

        <LoggedInTemplate>

            <a><h1>Аккаунты</h1></a>

            <p>Вы уже идентифицированы системой.</p>

            <p>Вы можете настроить свой аккаунт в <a href="registration.aspx" class="text">личном кабинете.</a></p>

        </LoggedInTemplate>

    </asp:LoginView>

</div>

<div id="registration_form">

    <asp:LoginView ID="LoginView_userinfo" runat="server">

            <AnonymousTemplate>

                <a><h1>Регистрация:</h1></a>

                <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" >

                <CreateUserButtonStyle CssClass="button_reg" />

                <ValidatorTextStyle CssClass="validator" />

                    <WizardSteps>

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

                            <ContentTemplate>

                                <table class="table_reg">

                                    <tr>

                                        <td class="validator">

                                            <asp:Literal ID="ErrorMessage" runat="server" EnableViewState="False"></asp:Literal>