⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listinfotype.aspx

📁 内容管理 内容管理 内容管理 内容管理 内容管理
💻 ASPX
字号:
<%@ Page language="c#" Inherits="eInfo.sys.ListInfoType" CodeFile="ListInfoType.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
	<head>
		<title>ListInfoType</title>
		<link href="../css/sys.css" type="text/css" rel="stylesheet"/>
	</head>
	<body>
		<table cellspacing="0" cellpadding="0" width="100%" border="0">
			<tr valign="top">
				<td style="width: 383px">
					<form id="Form1" method="post" runat="server">
						<table width="100%" align="center">
							<tr>
								<td align="right" style="width: 393px"><asp:imagebutton id="imagebutton1" runat="server" ImageUrl="../Images/sys/08.gif"></asp:imagebutton></td>
							</tr>
							<tr>
								<td style="height: 255px; width: 393px;">
							<asp:GridView ID="GridView1" runat="server" CaptionAlign="Left" Width="875px" AllowPaging="True" AutoGenerateColumns="False"  OnRowEditing="GridView1_RowEditing" OnRowDeleting="GridView1_RowDeleting" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowUpdating="GridView1_RowUpdating" OnRowCancelingEdit="GridView1_RowCancelingEdit" CssClass="border" Height="11px">
                                        <Columns>
                                            <asp:BoundField DataField="id" HeaderText="编号" />
                                            <asp:BoundField DataField="name" HeaderText="名称" />
                                            <asp:CommandField HeaderText="修改" ShowEditButton="True" CausesValidation="False" InsertVisible="False" />
                                            <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
                                        </Columns>
                                <PagerSettings FirstPageText="首页" LastPageText="尾页" NextPageText="下一页" PreviousPageText="上一页" />
                                <HeaderStyle CssClass="title" />
                                <RowStyle CssClass="tdbg" />
                                    </asp:GridView>
                                </td>
							</tr>
						</table>
					</form>
				</td>
			</tr>
			<tr valign="top">
				<td style="width: 383px; height: 62px">
					<table align="center" width="100%">
						<tr align="center">
							
								<td><form action="" method="get">搜索:<input type="text" size="15" name="keyword" class="pbutton">
									<select name="where">
										<option value="name" selected>名称</option>
									</select>
									<input type="submit" value="搜 索" width="101px" font-Size="Small" font-Bold="True" class="pbutton">
                                    
								</form></td>
							
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -