?? index.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">
<strong>城市名稱:</strong> <strong> <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>
</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 + -