📄 selectcl.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectCl.aspx.cs" Inherits="Admin_SelectCl" %>
<!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>
<title></title>
<LINK href="../CSS/Style.css" type="text/css" rel="stylesheet">
<script src="../css/Css.js" type="text/javascript"></script>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table style="Z-INDEX: 101; WIDTH: 744px; left: 0px; position: absolute; top: 0px;" cellSpacing="1" cellPadding="1" border="1" id="TABLE1">
<tr align="center" >
<td class="TDTitle" colSpan="7" style="height: 100%">
<span style="font-family: 宋体">固定车辆列表</span></td>
</tr>
<TR>
<TD style="width: 495px; "><FONT face="宋体">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="车辆代码"
Width="100%" HeaderStyle-CssClass="HeaderStyle" CellPadding="3" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" OnRowCommand="GridView1_RowCommand" >
<Columns>
<asp:ButtonField CommandName="Sel" HeaderText="操作" Text="选择" >
<ItemStyle Width="36px" />
</asp:ButtonField>
<asp:BoundField DataField="车辆代码" HeaderText="车辆代码" Visible="False" >
<ItemStyle Height="24px" />
</asp:BoundField>
<asp:BoundField DataField="车辆名称" HeaderText="车辆名称" >
</asp:BoundField>
<asp:BoundField DataField="车牌号" HeaderText="车牌号" />
<asp:BoundField DataField="住户代码" HeaderText="户主" />
<asp:BoundField DataField="楼栋名称" HeaderText="楼栋名称" />
<asp:BoundField DataField="房间号" HeaderText="房间号" />
<asp:BoundField DataField="备注" HeaderText="备注" />
</Columns>
<HeaderStyle CssClass="DataGridHeader" BackColor="#006699" Font-Bold="True" ForeColor="White" />
<FooterStyle BackColor="White" ForeColor="#000066" />
<RowStyle ForeColor="#000066" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
</asp:GridView>
</FONT></TD>
</TR>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -