?? users_editprofile.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<span class="Content_TitleText">Update Profile</span>
<p>
<span class="Content">Use this form to update your user profile.</span>
</p>
<asp:Panel id="pnlInvalidUsername" Runat="Server">
<p>
<span class="Error_Message">
The username which you selected is already being used by
another user.
<br>Please select another username.
</span>
</p>
</asp:Panel>
<asp:Panel id="pnlInvalidEmail" Runat="Server">
<p>
<span class="Error_Message">
The email address which you entered is already registered.
<br>If you forgot your password, click
<a href="Core_PasswordReminder.aspx">here</a>.
</span>
</p>
</asp:Panel>
<community:RegisterForm id="ctlRegisterForm" Runat="Server" />
<p>
<asp:Button id="btnUpdate" Text="Update Profile" CssClass="Form_Button" Runat="Server" />
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -