-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCinemas.aspx
29 lines (26 loc) · 1.64 KB
/
Cinemas.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="Cinemas.aspx.cs" Inherits="DBProject.Cinemas" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<link rel="stylesheet" href="mbutton2.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="MyCssFile.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="Grid.css" type="text/css" charset="utf-8" />
<br /><br />
<h2>cinemas</h2><br /><br />
<p><asp:Label ID="Message" runat="server"></asp:Label></p>
<br />
<br />
<p> <center>
<asp:GridView ID="CinemaGrid" runat="server" cssClass="rnd1" Font-Bold="True" HorizontalAlign="Center"
CellPadding="4" BackImageUrl="~/pics/helhel.jpg" CaptionAlign="Top" Width="100px" BackColor="White" BorderWidth="0px">
<FooterStyle BackColor="#FFFFCC" ForeColor="#330099" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="#FFFFFF" />
<PagerStyle BackColor="#FFFFCC" ForeColor="#330099" HorizontalAlign="Center" />
<RowStyle BackColor="White" ForeColor="black" HorizontalAlign="Center" VerticalAlign="Middle"/>
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="#FFFFFF" />
<SortedAscendingCellStyle BackColor="#FEFCEB" />
<SortedAscendingHeaderStyle BackColor="#AF0101" />
<SortedDescendingCellStyle BackColor="#F6F0C0" />
<SortedDescendingHeaderStyle BackColor="#7E0000" />
</asp:GridView></center></p>
</asp:Content>