?? users_register.ascx
字號:
<%@ Control Language="C#" %>
<%@ 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 + -