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

📄 webform1.aspx

📁 C#2005 实例源代码
💻 ASPX
字号:
<%@ Page language="c#" Inherits="HtmlTableTest.WebForm1" CodeFile="WebForm1.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</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">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体" id="FONT1" runat="server">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" cellSpacing="2"
					cellPadding="1" width="450" border="1" runat="server" borderColor="#ff0033" align="center"
					bgColor="#cccccc">
					<TR>
						<TD style="WIDTH: 90px" width="90">HtmlInputButton示例</TD>
						<TD align="center" width="300"><INPUT id="ButtonShowTime" type="button" value="显示时间" name="ButtonShowTime" runat="server" onserverclick="ButtonShowTime_ServerClick"></TD>
						<TD id="TD1" runat="server"></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 90px" width="90">HtmlInputText示例</TD>
						<TD width="300">
							<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="200" border="1">
								<TR>
									<TD>
										<DIV id="DIV1" style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px" runat="server">姓名</DIV>
									</TD>
									<TD><INPUT id="TextInput" type="text" name="Text1" runat="server"></TD>
								</TR>
								<TR>
									<TD>
										<DIV style="DISPLAY: inline; WIDTH: 70px; HEIGHT: 15px">口令</DIV>
									</TD>
									<TD><INPUT id="PasswordInput" type="password" name="Password1" runat="server"></TD>
								</TR>
								<TR>
									<TD></TD>
									<TD><INPUT id="Button1" style="WIDTH: 56px; HEIGHT: 24px" type="button" value="OK" name="Button1"
											runat="server" onserverclick="Button1_ServerClick"></TD>
								</TR>
							</TABLE>
						</TD>
						<TD id="TD2" runat="server"></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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