?? admin_deletebus.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_deleteBus.aspx.cs" Inherits="admin_deleteBus" %>
<!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>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="XX-Large" ForeColor="Red"
Style="left: 338px; position: relative; top: 16px" Text="刪除站點"></asp:Label><br />
<br />
<br />
<table id="TABLE1" border="1" cellpadding="0" cellspacing="1" onclick="return TABLE1_onclick()"
style="left: 284px; width: 275px; position: relative; top: 3px; height: 300px">
<tr>
<td style="width: 107px; text-align: center">
終點站</td>
<td colspan="2">
<asp:TextBox ID="tb_zdz" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
發班時間</td>
<td colspan="2">
<asp:TextBox ID="tb_fbsj" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
途徑站點</td>
<td colspan="2">
<asp:TextBox ID="tb_tjzd" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
咨詢電話</td>
<td colspan="2">
<asp:TextBox ID="tb_zxdh" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
車 型</td>
<td colspan="2">
<asp:TextBox ID="tb_cx" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
票 價</td>
<td colspan="2">
<asp:TextBox ID="tb_pj" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
里 程</td>
<td colspan="2">
<asp:TextBox ID="tb_lc" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; text-align: center">
承運公司</td>
<td colspan="2">
<asp:TextBox ID="tb_cygs" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; height: 32px; text-align: center">
備 注</td>
<td colspan="2" style="height: 32px">
<asp:TextBox ID="tb_bz" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
</table>
</div>
<asp:Button ID="btdelBus" runat="server" OnClick="btdelBus_Click" Style="left: 399px;
position: relative; top: 17px" Text="刪除" /><br />
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
ForeColor="#333333" GridLines="None" Style="left: 125px; position: relative;
top: 23px">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="終點站" HeaderText="終點站" />
<asp:BoundField DataField="發班時間" HeaderText="發班時間" />
<asp:BoundField DataField="途徑站點" HeaderText="途徑站點" />
<asp:BoundField DataField="咨詢電話" HeaderText="咨詢電話" />
<asp:BoundField DataField="票價" HeaderText="票價" />
<asp:BoundField DataField="里程" HeaderText="里程" />
<asp:BoundField DataField="承運公司" HeaderText="承運公司" />
<asp:BoundField DataField="備注" HeaderText="備注" />
</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>
<table border="0" cellpadding="0" cellspacing="0" style="left: 600px; width: 90px;
position: relative; top: -321px">
<tr>
<td colspan="3" rowspan="3" style="height: 19px">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/admin_admin.aspx" Style="position: relative">返回</asp:HyperLink></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -