You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
560 B

<%@ Page Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="User.aspx.cs"
Inherits="Security_User" Title="Membership测试" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<p>
<asp:Label ID="lblMsg" runat="Server" ForeColor="red" />
</p>
<p>
用户名:
<asp:TextBox ID="txtUsername" runat="server"></asp:TextBox>
</p>
<p>
密&nbsp;&nbsp;&nbsp;&nbsp;码:
<asp:TextBox ID="txtPassword" runat="server"></asp:TextBox>
</p>