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

📄 users_register.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<span class="Form_Title">Register</span>
<p class="Form_Description">
Complete the following form to register.
</p>
<asp:Panel id="pnlInvalidUsername" Runat="Server">
  <p class="Form_Description">
  <font color="red">
  The username which you selected is already being used by
  another user. 
  <br>Please select another username.
  </font>
  </p>
</asp:Panel>


<asp:Panel id="pnlInvalidEmail" Runat="Server">
  <p class="Form_Description">
  <font color="red">
  The email address which you entered is already registered.
  <br>If you forgot your password, click 
  <a href="Core_PasswordReminder.aspx">here</a>.
  </font>
  </p>
</asp:Panel>

<community:RegisterForm id="ctlRegisterForm" Runat="Server" />

<p>
<asp:Button id="btnRegister" Text="Register" Runat="Server"/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -