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

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ReturningTicket.aspx.cs" Inherits="ReturningTicket" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; border-right: #3399ff 0.1mm solid; border-top: #3399ff 0.1mm solid; border-bottom: #3399ff 0.1mm solid;"> 4
<tr> 5
<td align="center" colspan="2" scope="row" style="background-position: center center; background-repeat: repeat-x; 6
height: 33px; background-color: #3399ff;"> 7
退票管理</td> 8
</tr> 9
<tr> 10
<td style="width: 327px; height: 25px"> 11
选择退票种类:</td> 12
<td style="width: 836px; height: 25px"> 13
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" 14
Width="128px"> 15
<asp:ListItem>预定的票</asp:ListItem> 16
<asp:ListItem Selected="True">非预定的票</asp:ListItem> 17
</asp:DropDownList> 18
<asp:Label ID="Label1" runat="server" Width="357px"></asp:Label></td> 19
</tr> 20
<tr> 21
<td id="TD1" runat="server" colspan="2" style="height: 23px; background-position: center center; background-image: url(image/bar.jpg); color: #ffffff; background-repeat: repeat-x;" align="center"> 22
车票的内容</td> 23
</tr> 24
<tr> 25
<td style="width: 327px; height: 25px"> 26
输入编号:</td> 27
<td style="width: 836px; height: 25px"> 28
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> 29
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" Width="32px">查找</asp:LinkButton>输入车票编号检索车票</td> 30
</tr> 31
<tr> 32
<td style="width: 327px; height: 25px"> 33
车票价格:</td> 34
<td style="width: 836px; height: 25px"> 35
<asp:Label ID="Label2" runat="server" Width="159px"></asp:Label></td> 36
</tr> 37
<tr> 38
<td style="width: 327px; height: 27px"> 39
车次:</td> 40
<td style="width: 836px; height: 27px"> 41
<asp:Label ID="Label3" runat="server" Width="159px"></asp:Label></td> 42
</tr> 43
<tr> 44
<td style="width: 327px; height: 25px"> 45
车票类型:</td> 46
<td style="width: 836px; height: 25px"> 47
<asp:Label ID="Label4" runat="server" Width="158px"></asp:Label></td> 48
</tr> 49
<tr> 50
<td style="width: 327px; height: 25px"> 51
开车时间:</td> 52
<td style="width: 836px; height: 25px"> 53
<asp:Label ID="Label5" runat="server" Width="162px"></asp:Label></td> 54
</tr> 55
<tr> 56
<td style="width: 327px; height: 25px"> 57
预定时间:</td> 58
<td style="width: 836px; height: 25px"> 59
<asp:Label ID="txtyudingtime" runat="server" Width="162px"></asp:Label></td> 60
</tr> 61
<tr> 62
<td style="height: 25px; background-position: center center; background-image: url(image/bar.jpg); color: #ffffff; background-repeat: repeat-x;" align="center" colspan="2"> 63
<asp:LinkButton ID="Linktuipiao" runat="server" OnClick="Linktuipiao_Click" ForeColor="White" Width="45px">退票</asp:LinkButton></td> 64
</tr> 65
<tr> 66
<td style="height: 25px" colspan="2"> 67
</td> 68
</tr> 69
</table> 70
</asp:Content> 71
72




