📄 car_carseeadmin.aspx
字号:
<%@ Page language="c#" Inherits="car1.car_carseeadmin" CodeFile="car_carseeadmin.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>car_carseeadmin</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link rel="stylesheet" type="text/css" href="css/css.css">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
</FONT>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" BackColor="White" BorderColor="#336666" BorderStyle="Double" BorderWidth="3px" CellPadding="4" GridLines="Horizontal" OnPageIndexChanging="GridView1_PageIndexChanging">
<PagerSettings NextPageText="下一页" PreviousPageText="上一页" />
<FooterStyle BackColor="White" ForeColor="#333333" />
<Columns>
<asp:BoundField DataField="car_code" HeaderText="车辆号码" />
<asp:BoundField DataField="car_type" HeaderText="车辆类型" />
<asp:BoundField DataField="car_ssdw" HeaderText="所属部门" />
<asp:BoundField DataField="car_user" HeaderText="司机" />
<asp:BoundField DataField="car_luohu" HeaderText="落户时间" />
<asp:BoundField DataField="car_lsxc" HeaderText="历史行程" />
<asp:BoundField DataField="car_jssj" HeaderText="检审时间" />
<asp:BoundField DataField="car_sfjs" HeaderText="是否检审" />
<asp:BoundField DataField="car_bxsj" HeaderText="交保时间" />
<asp:BoundField DataField="car_sfjb" HeaderText="是否交保" />
<asp:BoundField DataField="car_clqk" HeaderText="车况" />
<asp:BoundField DataField="car_bglhy" HeaderText="百里耗油量" />
</Columns>
<RowStyle BackColor="White" ForeColor="#333333" />
<SelectedRowStyle BackColor="#339966" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#336666" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#336666" Font-Bold="True" Font-Size="10pt" ForeColor="White" />
</asp:GridView>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -