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

📄 test.aspx

📁 用asp写的程序,在线考试系统,功能齐全,是一个非常好用的系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="Test_test" %>

<%@ Register Src="../UserControl/examlist.ascx" TagName="examlist" TagPrefix="uc2" %>

<%@ Register Src="../UserControl/uc_login.ascx" TagName="uc_login" TagPrefix="uc1" %>

<!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">
<script type="text/javascript" src="../JS/antiCommon.js"></script>
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="题型" /><asp:GridView ID="gvTest" runat="server">
        </asp:GridView>
        &nbsp;&nbsp;
        <div id="div1" style="width: 100px; height: 100px;top: 143px; left: 631px; cursor:move; position:absolute;" onmousedown="mousedown(this)">
        <asp:RadioButtonList ID="rblTest" runat="server">
            <asp:ListItem Value="1">一</asp:ListItem>
            <asp:ListItem Value="2">二</asp:ListItem>
            <asp:ListItem Value="3">三</asp:ListItem>
        </asp:RadioButtonList>
        <asp:CheckBoxList ID="cblCheck" runat="server">
            <asp:ListItem Value="1">一</asp:ListItem>
            <asp:ListItem Value="2">二</asp:ListItem>
            <asp:ListItem Value="3">三</asp:ListItem>
        </asp:CheckBoxList></div>
        &nbsp;
        <asp:Button ID="btnRbl" runat="server" Text="ShowChange" OnClick="btnRbl_Click" />
        <asp:TextBox ID="txtShow" runat="server"></asp:TextBox>&nbsp;
        <asp:Button ID="btnTime" runat="server" Text="Time" OnClick="btnTime_Click" /><br />
        <asp:ListBox ID="ListBox1" runat="server">
            <asp:ListItem>1</asp:ListItem>
            <asp:ListItem>2</asp:ListItem>
            <asp:ListItem>3</asp:ListItem>
        </asp:ListBox>
        <asp:Button ID="btnMatch" runat="server" Text="Match" OnClick="btnMatch_Click" /></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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