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

📄 taoti_xinxi.aspx

📁 书本的源代码。可以用的在线考试系统。在vs平台上测试成功
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="taoti_xinxi.aspx.cs" Inherits="HouAdmin_taoti_xinxi" %>

<!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="text-align: center">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <table style="background-image: url(../igm/后台登录页面.jpg); width: 800px; height: 533px">
            <tr>
                <td colspan="3" style="height: 129px">
                    &nbsp;<br />
                </td>
            </tr>
            <tr style="font-size: 12pt; color: #000000">
                <td rowspan="2" style="vertical-align: top; width: 283px; text-align: center">
                    &nbsp;</td>
                <td rowspan="2" style="vertical-align: top; width: 221px; text-align: left">
                    &nbsp;<asp:TreeView ID="TreeView1" runat="server" ImageSet="Simple" NodeIndent="10" ShowLines="True" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
                        <ParentNodeStyle Font-Bold="False" />
                        <HoverNodeStyle Font-Underline="True" ForeColor="#DD5555" />
                        <SelectedNodeStyle
                            Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" ForeColor="#DD5555" />
                        <Nodes>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/admin.aspx" Text="管理员" Value="新建节点">
                            </asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/zhuce_stu.aspx" Text="管理注册学生"
                                Value="管理注册学生"></asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/zhuanye_xinxi.aspx" Text="管理专业信息"
                                Value="管理专业信息">
                            </asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/kecheng_xinxi.aspx" Text="管理课程信息"
                                Value="管理课程信息">
                            </asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/taoti_xinxi.aspx" Text="管理套题信息"
                                Value="管理套题信息">
                            </asp:TreeNode>
                            <asp:TreeNode NavigateUrl="~/HouAdmin/kaosheng_chengji.aspx" Text="管理考生成绩" Value="管理考生成绩">
                            </asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/kaoshi_timu.aspx" Text="管理考试题目"
                                Value="管理考试题目">
                            </asp:TreeNode>
                            <asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/insert_shiti.aspx" Text="添加试题"
                                Value="添加试题">
                            </asp:TreeNode>
                            <asp:TreeNode Text="退出系统" Value="退出系统"></asp:TreeNode>
                        </Nodes>
                        <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
                            NodeSpacing="0px" VerticalPadding="0px" />
                    </asp:TreeView>
                </td>
                <td style="vertical-align: top; width: 256px; height: 22px; text-align: center">
                    <table width="550">
                        <tr>
                            <td style="width: 2078px; height: 21px">
                                <asp:Label ID="Label1" runat="server" Text="查询条件" Font-Size="9pt"></asp:Label></td>
                            <td style="width: 120px; height: 21px">
                                <asp:DropDownList ID="ddlQueName" runat="server" Width="107px" Font-Size="9pt">
                                    <asp:ListItem Value="Name">套题名称</asp:ListItem>
                                    <asp:ListItem Value="Expr1">所属课程</asp:ListItem>
                                </asp:DropDownList></td>
                            <td style="width: 1080px; height: 21px">
                                <asp:Label ID="Label2" runat="server" Text="关键字" Font-Size="9pt"></asp:Label></td>
                            <td style="width: 260px; height: 21px">
                                <asp:TextBox ID="txtSelect" runat="server" Width="100px" Font-Size="9pt"></asp:TextBox></td>
                            <td style="width: 279px; height: 21px">
                                <asp:Button ID="btnSelect" runat="server" OnClick="Button1_Click" Text="查询" Font-Size="9pt" /></td>
                            <td style="width: 1977px; height: 21px">
                                <asp:LinkButton ID="lbAddQue" runat="server" OnClick="LinkButton10_Click" Font-Size="9pt" Font-Underline="False">[添加套题]</asp:LinkButton></td>
                        </tr>
                    </table>
                    <br />
                    <asp:GridView ID="gvQueInfo" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                        BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px"
                        CellPadding="4" ForeColor="Black" GridLines="Horizontal" OnPageIndexChanging="GridView1_PageIndexChanging"
                        OnRowDeleting="GridView1_RowDeleting" PageSize="5" Width="590px" Font-Size="9pt" OnRowDataBound="GridView1_RowDataBound">
                        <FooterStyle BackColor="#CCCC99" ForeColor="Black" />
                        <Columns>
                            <asp:BoundField DataField="Name" HeaderText="套题名称" />
                            <asp:BoundField DataField="Expr1" HeaderText="所属课程" />
                            <asp:BoundField DataField="JoinTime" HeaderText="加入时间" />
                            <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="TaotiUpdate.aspx?ID={0}"
                                HeaderText="修改" Text="修改" />
                            <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
                        </Columns>
                        <SelectedRowStyle BackColor="#CC3333" Font-Bold="True" ForeColor="White" />
                        <PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="Right" />
                        <HeaderStyle BackColor="#333333" Font-Bold="True" ForeColor="White" />
                    </asp:GridView>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                </td>
            </tr>
            <tr style="font-size: 12pt">
                <td style="width: 256px; height: 70px">
                    &nbsp;</td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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