⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.aspx

📁 这是一个公交查询系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Main1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>安阳长途客车网</title>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <table border="0" cellpadding="0" cellspacing="0" style="font-size: 14pt; color: #000000;
            position: static; height: 366px; background-color: #ffffff" width="800">
            <tr>
                <td colspan="3" style="height: 28px">
                    <asp:Label ID="lbTime2" runat="server" Style="left: -148px; position: relative; top: 0px"
                        Text="Label" Width="117px"></asp:Label>
                    <asp:Label ID="lbTime" runat="server" Style="left: -393px; position: relative; top: 0px"
                        Width="116px"></asp:Label></td>
            </tr>
            <tr>
                <td style="height: 115px">
                    <asp:Image ID="imgT" runat="server" Height="115px" ImageUrl="~/image/kcT.jpg" Style="position: relative"
                        Width="800px" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 319px" valign="top">
                    <table border="0" cellpadding="0" cellspacing="0" style="position: static; height: 321px"
                        width="100%">
                        <tr>
                            <td colspan="3" style="height: 20px">
                                &nbsp;<strong>城市名称:</strong> <strong>&nbsp;<asp:DropDownList ID="dddlCity" runat="server"
                                    DataSourceID="SqlDataSource1" DataTextField="终点站" DataValueField="终点站" Style="position: relative">
                                </asp:DropDownList>
                                    <asp:Button ID="btnCX" runat="server" OnClick="btnCX_Click" Text="查询" style="position: relative" />
                                    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:BusConnectionString4 %>"
                                        SelectCommand="SELECT [终点站] FROM [StationMessage]"></asp:SqlDataSource>
                                    &nbsp; &nbsp; &nbsp;</strong>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="3" rowspan="2" style="height: 120px">
                            </td>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 60px; text-align: center">
                    <strong>
                        <asp:HyperLink ID="hlinkadmin" runat="server" NavigateUrl="~/admin_login.aspx" Style="left: -26px;
                            position: relative; top: 0px">管理员  </asp:HyperLink>
                        <asp:HyperLink ID="hlinklx" runat="server" NavigateUrl="~/lxwm.aspx" Style="position: relative">联系我们</asp:HyperLink><br />
                        <span style="color: #ff0000">欢迎光临本站!</span></strong></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -