📄 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 + -