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

📄 default.aspx

📁 一个试题库设计
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"  Title="试题库管理系统"%>

<!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 style=" margin-top:0" >
<center>
    <form id="form1" runat="server">
    <div>
        <table cellpadding="0" cellspacing="0" height="100" width="950">
            <tr>
                <td background="App_Themes/lightblue/images/tqms_01.jpg" style="width: 200px; height: 120px;
                    background-color: transparent">
                </td>
                <td align="center" background="App_Themes/lightblue/images/tqms_02.jpg" style="height: 97px">
                    <span style="font-size: 32pt; color: #ff9900; font-family: 华文行楷; background-color: transparent">
                        试题素材管理系统</span></td>
            </tr>
            <tr>
                <td background="App_Themes/lightblue/images/tqms_03.jpg" colspan="2" height="10">
                </td>
            </tr>
        </table>
    
    </div>
        <table cellpadding="0" cellspacing="0" width="950" height="420">
           
            <tr>
                <td align="left" colspan="2" height="100%" valign="top" width="950">
                    &nbsp;<table align="center" border="0" bordercolor="#3399ff" cellpadding="0" cellspacing="0"
                        lang="afh" style="border-right: blue thin solid; border-top: blue thin solid;
                        border-left: blue thin solid; border-bottom: blue thin solid" width="280">
                        <tr>
                            <td background="App_Themes/lightblue/images/tqms_13.jpg" colspan="2" height="35"
                                width="280">
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 218px; height: 26px">
                                <span style="font-size: 10pt">用户名:</span></td>
                            <td align="left" style="height: 26px" width="275">
                                <asp:TextBox ID="tbxUsrName"    AutoCompleteType="None" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbxUsrName"
                                    Display="Dynamic" ErrorMessage="用户名必须埴写!">*</asp:RequiredFieldValidator></td>
                        </tr>
                        <tr style="font-size: 10pt; color: #000000">
                            <td align="right" style="width: 218px">
                                <span style="font-size: 12pt">密 码:</span></td>
                            <td align="left" width="275">
                                <asp:TextBox ID="tbxUsrPwd" AutoCompleteType="none" runat="server" TextMode="Password" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbxUsrPwd"
                                    Display="Dynamic" ErrorMessage="密码不能为空">*</asp:RequiredFieldValidator></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2">
                                <asp:Button ID="login" runat="server" OnClick="login_Click" Text="登录" /></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2">
                                <asp:ValidationSummary ID="ValidationSummary1" runat="server" DisplayMode="List"
                                    HeaderText="请正确填写您的用户名及密码:" />
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            
        </table>
        <div style="clear: both; font-size: 10pt; left: 0px; float: none; background-image: url(App_Themes/lightblue/images/tqms_22.jpg);
            visibility: visible; vertical-align: text-bottom; width: 950px; border-top-style: none;
            padding-top: 5px; border-right-style: none; border-left-style: none; top: 8px;
            height: 30px; text-align: center; border-bottom-style: none">
            <center>
                版权所有 (C)技术支持:chujiaqiang229@163.com。</center>
        </div>
    </form>
    </center>
</body>
</html>

⌨️ 快捷键说明

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