📄 migratingprofile.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MigratingProfile.aspx.cs" Inherits="MigratingProfile" %>
<html>
<head>
<title>匿名</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Button ID="Button1" Text="登录" OnClick="Login" runat="Server" />
<asp:Button ID="Button2" Text="注销" OnClick="Logout" runat="Server" />
<hr />
<asp:TextBox ID="txtAge" runat="Server" />
<asp:Button ID="Button3" Text="更新" OnClick="UpdateProfile" runat="Server" />
<hr />
<b>用户名:</b>
<asp:Label ID="lblUsername" runat="Server" />
<br />
<b>年龄:</b>
<asp:Label ID="lblAge" runat="Server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -