username@email.com
2025-05-14 99ddfbcecf0fa2881eb3a91028257eef87dab6de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LoginTest.aspx.cs" Inherits="CY.WebForm.Pages.sysglobal.LoginTest" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:DropDownList ID="ddlPerson" runat="server">
            <asp:ListItem Value="admin">管理员帐号</asp:ListItem>
            <asp:ListItem Value="changshang">印刷厂商测试帐号(印刷厂商)</asp:ListItem>
            <asp:ListItem Value="cyin201304">商川印川印1(印刷厂商)</asp:ListItem>
            <asp:ListItem Value="wangdian">商as2da25(个人网店)</asp:ListItem>
            <asp:ListItem Value="maijia">宁波东江印刷有限公司(买家会员)</asp:ListItem>
        </asp:DropDownList>
        <asp:Button ID="btnLogin" runat="server" Text="登陆" OnClick="btnLogin_Click"/>
    </form>
</body>
</html>