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

📄 users_editprofile.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ 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 + -