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

📄 webform1.aspx

📁 Csharp实例编程百例.rar
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="testDataGrid.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 90px; POSITION: absolute; TOP: 150px" runat="server" AllowPaging="True" AllowSorting="True" PageSize="5" Width="245px" Height="150px">
				<PagerStyle Position="TopAndBottom" Mode="NumericPages"></PagerStyle>
			</asp:DataGrid>
			<asp:Button id="Button1" style="Z-INDEX: 103; LEFT: 191px; POSITION: absolute; TOP: 72px" runat="server" Width="66px" Text="设定"></asp:Button>
			<asp:DropDownList id="ddPageSize" style="Z-INDEX: 102; LEFT: 96px; POSITION: absolute; TOP: 71px" runat="server">
				<asp:ListItem Value="5">5行</asp:ListItem>
				<asp:ListItem Value="10">10行</asp:ListItem>
				<asp:ListItem Value="0">不分页</asp:ListItem>
			</asp:DropDownList>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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