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

📄 modifyuserinfo.aspx

📁 Windows CE Web应用MobileQQ
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ModifyUserInfo.aspx.cs" Inherits="MobileQQ.ModifyUserInfo" AutoEventWireup="false" %>
<%@ Register TagPrefix="uc1" TagName="InputUserInfoCtl" Src="InputUserInfoCtl.ascx" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<HEAD>
	<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
	<meta name="CODE_LANGUAGE" content="C#">
	<meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
	<mobile:Form id="Form1" runat="server" BackColor="#00C000">
		<FONT face="宋体">
			<mobile:Label id="Label2" runat="server" BreakAfter="False">姓名:</mobile:Label>
			<mobile:TextBox id="txtName" runat="server" BreakAfter="False" Alignment="Center"></mobile:TextBox>
			<mobile:RequiredFieldValidator id="RequiredFieldValidator4" runat="server" Alignment="Right" ErrorMessage="请输入姓名!"
				ControlToValidate="txtName"></mobile:RequiredFieldValidator>
			<mobile:Label id="Label3" runat="server">年龄:</mobile:Label>
			<mobile:TextBox id="txtAge" runat="server" Alignment="Center"></mobile:TextBox>
			<mobile:RequiredFieldValidator id="RequiredFieldValidator5" runat="server" Alignment="Right" ErrorMessage="请输入年龄!"
				ControlToValidate="txtAge"></mobile:RequiredFieldValidator>
			<mobile:RangeValidator id="RangeValidator1" runat="server" Alignment="Right" ErrorMessage="年龄只能输入数字(0-200)"
				ControlToValidate="txtAge" MinimumValue="0" MaximumValue="200" Type="Integer"></mobile:RangeValidator>
			<mobile:Label id="Label4" runat="server">性别:</mobile:Label>
			<mobile:SelectionList id="lstSex" runat="server" Alignment="Center">
				<Item Value="男" Text="男" Selected="True"></Item>
				<Item Value="女" Text="女"></Item>
			</mobile:SelectionList>
			<mobile:Label id="Label5" runat="server">住址:</mobile:Label>
			<mobile:TextBox id="txtAddress" runat="server" Alignment="Center"></mobile:TextBox>
			<mobile:Label id="Label6" runat="server">个人爱好:</mobile:Label>
			<mobile:TextBox id="txtInterests" runat="server" Alignment="Center"></mobile:TextBox>
			<mobile:Command id="cmdSubmit" runat="server" Alignment="Left">提 交</mobile:Command>
			<mobile:Command id="cmdReturn" runat="server" Alignment="Right">取消</mobile:Command>
		</FONT>
	</mobile:Form>
	<FONT face="宋体"></FONT>
</body>

⌨️ 快捷键说明

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