?? modifyuserinfo.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 + -