users_editprofile.ascx

来自「完全网站系统」· ASCX 代码 · 共 31 行

ASCX
31
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?