温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:在线订票系统源码(毕业设计)
当前文件路径:TicketOnline/QuarterStatistics.aspx

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QuarterStatistics.aspx.cs" Inherits="QuarterStatistics" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #3399ff 0.1mm solid; 4
border-top: #3399ff 0.1mm solid; border-left: #3399ff 0.1mm solid; width: 100%; 5
border-bottom: #3399ff 0.1mm solid"> 6
<tr> 7
<td align="center" colspan="3" style="background-position: center center; 8
background-repeat: repeat-x; height: 30px; background-color: #3399ff;"> 9
售票信息查询</td> 10
</tr> 11
<tr> 12
<td align="center" colspan="3" style="height: 7px" valign="top"> 13
以下是按季度统计的总销售额</td> 14
</tr> 15
<tr> 16
<td align="left" colspan="3" style="height: 7px" valign="top"> 17
按季度统计:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" 18
Width="122px"> 19
<asp:ListItem Selected="True" Value="1">第一季度</asp:ListItem> 20
<asp:ListItem Value="2">第二季度</asp:ListItem> 21
<asp:ListItem Value="3">第三季度</asp:ListItem> 22
<asp:ListItem Value="4">第四季度</asp:ListItem> 23
</asp:DropDownList>请选择季度</td> 24
</tr> 25
<tr> 26
<td align="center" colspan="3" style="height: 7px" valign="top"> 27
</td> 28
</tr> 29
<tr> 30
<td colspan="3" style="height: 24px" valign="top"> 31
预定收入:<asp:Label ID="Label1" runat="server" Width="97px"></asp:Label> 32
售票收入:<asp:Label ID="Label2" runat="server" Width="103px"></asp:Label> 33
总收入:<asp:Label ID="Label3" runat="server" Width="102px"></asp:Label></td> 34
</tr> 35
</table> 36
</asp:Content> 37
38




