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

📄 default.aspx

📁 报错请联系wangyuhan@staff.chinabyte.com qq:17540808
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 id="Head1" runat="server">
    <title>基于XML数据库的在线同学录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<style type="text/css">
<!--
.STYLE1 {
	color: #000033;
	font-weight: bold;
}
-->
</style>
</head>
<body>
    <form id="form1" runat="server">
    <div id="userLogin" runat="server">
      <table width="99%">
        <tr>
          <td colspan="2" align="center" valign="middle" class="tab_top" style="height: 13px"><br />
            <span class="STYLE1">基于XML数据库的在线同学录</span><br /><br /><br /></td>
        </tr>
        <tr>
          <td colspan="2" align="center" style=" line-height:33px;">
          <div>用户名:
          <asp:TextBox ID="txtUserName" MaxLength="10" runat="server"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserName"
                  ErrorMessage="*"></asp:RequiredFieldValidator></div>
            <div>密&nbsp;&nbsp;码:
            <asp:TextBox CssClass="box" ID="txtUserPwd" runat="server"  MaxLength="13"  TextMode="Password"></asp:TextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtUserPwd"
                  ErrorMessage="*"></asp:RequiredFieldValidator></div>
            <div>Cookie保存:
              <asp:RadioButton ID="cookieYes" runat="server" Checked="True" GroupName="cookie"
                    Text="是" />                
&nbsp;&nbsp;&nbsp;<asp:RadioButton ID="cookieNo" runat="server" GroupName="cookie"
                    Text="否" />
&nbsp;&nbsp;&nbsp;</div>
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                <asp:Button ID="btnLogin" runat="server" Text="登 陆" OnClick="btnLogin_Click" />
                &nbsp; &nbsp; &nbsp;&nbsp;
                <input id="Button2" type="button" value="注 册" onclick="window.open('reg.aspx')"/>
          </td>
        </tr>        
      </table> 
      </div>
</form>
</body>
</html>

⌨️ 快捷键说明

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