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

📄 webform1.aspx

📁 Csharp实例编程百例.rar
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebControl1.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">
			<FONT face="宋体">
				<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 116px; POSITION: absolute; TOP: 42px" runat="server"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 112; LEFT: 250px; POSITION: absolute; TOP: 263px" runat="server" Text="提交"></asp:Button>
				<asp:CheckBox id="CheckBox3" style="Z-INDEX: 111; LEFT: 131px; POSITION: absolute; TOP: 259px" runat="server" Width="74px" Height="26px" Text="旅游"></asp:CheckBox>
				<asp:CheckBox id="CheckBox2" style="Z-INDEX: 110; LEFT: 132px; POSITION: absolute; TOP: 223px" runat="server" Width="74px" Height="26px" Text="体育"></asp:CheckBox>
				<asp:Label id="Label4" style="Z-INDEX: 108; LEFT: 65px; POSITION: absolute; TOP: 181px" runat="server">爱好:</asp:Label>
				<asp:RadioButton id="RadioButton2" style="Z-INDEX: 107; LEFT: 185px; POSITION: absolute; TOP: 137px" runat="server" Width="42px" Height="31px" Text="女" GroupName="Gender"></asp:RadioButton>
				<asp:Label id="Label3" style="Z-INDEX: 105; LEFT: 62px; POSITION: absolute; TOP: 135px" runat="server">性别:</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 57px; POSITION: absolute; TOP: 86px" runat="server">年龄:</asp:Label>
				<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 52px; POSITION: absolute; TOP: 45px" runat="server">姓名:</asp:Label>
				<asp:DropDownList id="DropDownList1" style="Z-INDEX: 104; LEFT: 118px; POSITION: absolute; TOP: 82px" runat="server" Width="66px" Height="35px"></asp:DropDownList>
				<asp:RadioButton id="RadioButton1" style="Z-INDEX: 106; LEFT: 130px; POSITION: absolute; TOP: 138px" runat="server" Width="44px" Height="31px" Text="男" Checked="True" GroupName="Gender"></asp:RadioButton>
				<asp:CheckBox id="CheckBox1" style="Z-INDEX: 109; LEFT: 132px; POSITION: absolute; TOP: 189px" runat="server" Width="74px" Height="26px" Text="音乐"></asp:CheckBox>
				<asp:Label id="Label5" style="Z-INDEX: 113; LEFT: 68px; POSITION: absolute; TOP: 319px" runat="server" Width="244px" Height="71px">结果:</asp:Label></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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