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

            <asp:GridView ID="teams" runat="server" AutoGenerateColumns="true">

            </asp:GridView>

        </div>

        </asp:PlaceHolder>

        <asp:PlaceHolder ID="players_stats" runat="server">

        <div class="gridview" style="margin-top:20px">

            <asp:GridView ID="players" runat="server" AutoGenerateColumns="true">

            </asp:GridView>

        </div>

        </asp:PlaceHolder>

    </asp:PlaceHolder>

</asp:Content>

В.6 Файл games.aspx

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

<asp:Content ID="Content2" ContentPlaceHolderID="ajaxholder" runat="server">

<div class="tittle_team">

    <asp:DropDownList ID="filtr_stats" runat="server" AutoPostBack="true"

        onselectedindexchanged="filtr_stats_SelectedIndexChanged" >

    </asp:DropDownList>

    <asp:DropDownList ID="filtr_teams" runat="server" AutoPostBack="true"

        onselectedindexchanged="filtr_teams_SelectedIndexChanged" >

    </asp:DropDownList>

</div>

    <asp:PlaceHolder ID="PlaceHolder1" runat="server">

        <asp:Table ID="Table1" runat="server" CssClass="game_table">

        </asp:Table>

    </asp:PlaceHolder>

    <script type="text/javascript" src="/js/uploader.js"></script>

</asp:Content>


Приложение Г.

/*=========================================================

   BODY

========================================================= */

body

{

            width:              100%;

            min-width:          1000px;

            height:             100% !important;

            font-size:          15px;

            background-image:   url(/img/bg3.jpg);

            background-repeat:  no-repeat;

            -moz-background-size: auto auto; /* Firefox 3.6+ */

    -webkit-background-size: 1000px; /* Safari 3.1+ и Chrome 4.0+ */

    -o-background-size: auto auto; /* Opera 9.6+ */

    background-size: 1000px; /* Современные браузеры */

            background-size:    100%;

            overflow-x:         scrool;

}

#window

{

    position:           absolute;

    width:              100%;

    height:             100%;

}

header

{

    width:              100%;

    min-width:          1000px;

}

footer

{

    width:              100%;

    min-width:          1000px;

}

/* ========================================================

   KEEPBACK

=========================================================*/

#keepbacknav

{

    background-image:   url(/img/bg_keepback.png);

    background-repeat:  repeat-x;

    position:           absolute;

    width:              100%;

    min-width:          1000px;

    height:             40px;

    background-color:   #000;

    z-index:            99;

    overflow:           hidden;

    display:            none;

}

#showhidebutton

{

    position:           absolute;

    background-image:   url(/img/showbutton.png);

    width:              40px;

    height:             40px;

    border:             0px;

    z-index:            100;

    left:               100%;

    margin-left:        -40px;

}

#keepbackmenu

{

    font-size:          14px;

    color:              #fff;

    list-style-type:    none;

    display:            block;

    margin-top:         7px;

    margin-left:        20px;

}

#keepbackmenu li

{

    float:              left;

    margin-right:       30px;

}

#keepbackmenu li a