您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->在线订票系统源码(毕业设计)>>BookingInquiry.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:在线订票系统源码(毕业设计)
当前文件:文件类型 TicketOnline/BookingInquiry.aspx打开代码结构图
高亮显示
		            <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="BookingInquiry.aspx.cs" Inherits="BookingInquiry" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table border="0" cellpadding="0" cellspacing="0" style="border-right: #3399ff 0.1mm solid;
        border-top: #3399ff 0.1mm solid; width: 100%;
        border-bottom: #3399ff 0.1mm solid">
        <tr>
            <td align="center" colspan="3" style="background-position: center center;
                background-repeat: repeat-x; height: 30px; background-color: #3399ff;">
                售票信息查询</td>
        </tr>
        <tr>
            <td align="center" colspan="3" style="height: 8px" valign="top">
                以下是当前预售的所有车票</td>
        </tr>
        <tr>
            <td colspan="3" style="height: 132px" valign="top">
                <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                    CellPadding="4" ForeColor="#333333" GridLines="None"
                    PageSize="12" Width="636px" DataSourceID="SqlDataSource1">
                    <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                    <Columns>
                        <asp:BoundField DataField="Oid" HeaderText="编号" InsertVisible="False" ReadOnly="True"
                            SortExpression="Oid" />
                        <asp:BoundField DataField="OCar" HeaderText="车次" SortExpression="OCar" />
                        <asp:BoundField DataField="OTicketype" HeaderText="车票类型" SortExpression="OTicketype" />
                        <asp:BoundField DataField="ObuyTime" HeaderText="预定时间" SortExpression="ObuyTime" />
                        <asp:BoundField DataField="Ousetime" HeaderText="开车时间" SortExpression="Ousetime" />
                        <asp:BoundField DataField="Omoney" HeaderText="票价" SortExpression="Omoney" />
                    </Columns>
                    <RowStyle BackColor="#EFF3FB" />
                    <EditRowStyle BackColor="#2461BF" />
                    <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" />
                </asp:GridView>
                <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:webSealTicketConnectionString %>"
                    SelectCommand="SELECT * FROM [OrderTicket]"></asp:SqlDataSource>
                 
            </td>
        </tr>
    </table>
</asp:Content>



        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:在线订票系统源码(毕业设计)
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号