📄 ldlist.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LdList.aspx.cs" Inherits="Admin_LdList" %>
<!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 align=center cellSpacing="1" cellPadding="1" border="1" id="TABLE1" style="width: 384px">
<TR>
<TD align="right" colSpan="7" style="width: 740px; height: 25px; text-align: left">
<asp:Label ID="Label1" runat="server" Text="楼栋名称:" Width="72px"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Width="217px"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="添加" Width="62px" CssClass="button" OnClick="Button1_Click" /></TD>
</TR>
<tr align="center" >
<td class="TDTitle" colSpan="7" style="height: 100%; width: 740px;">
<span style="font-family: 宋体">楼栋列表</span></td>
</tr>
<TR>
<TD ><FONT face="宋体">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
Width="100%" HeaderStyle-CssClass="HeaderStyle" CellPadding="3" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" DataKeyNames="楼栋代码" OnRowCommand="GridView1_RowCommand" >
<Columns>
<asp:BoundField DataField="楼栋代码" HeaderText="楼栋代码" Visible="False" >
<ItemStyle Height="24px" />
</asp:BoundField>
<asp:BoundField DataField="楼栋名称" HeaderText="楼栋名称" >
</asp:BoundField>
<asp:ButtonField CommandName="Del" HeaderText="操作" Text="删除" >
<ItemStyle Width="36px" Height="24px" />
</asp:ButtonField>
</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 + -