• 大小: 1.81MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-21
  • 语言: 其他
  • 标签: 考试系统  

资源简介

在线考试系统,有在线考试,老师批改试卷,客观题自动批改,数据库设计的时候有的小问题,整体还算可以,可以拿来练练手,

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.xml.Linq;
using System.Data.SqlClient;
public partial class answer : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

    }

    protected void Button1_Click(object sender EventArgs e)
    {
        Button button = (Button)sender;
        GridViewRow row = (GridViewRow)button.Parent.Parent;
        Session[“papername“] = row.Cells[1].Text.ToString();
        Session[“class“] = row.Cells[0].Text.ToString();
        string a = row.Cells[3].Text.ToString();
        if (a == “已发布“)
        {
            Response.Write(“ript>alert(‘该试卷答案已发布‘);location.href=‘answer.aspx‘;ript> “);
        }
        else
        {


            Response.Write(“ript language=javascript>window.open(‘fabudaan.aspx‘‘newwindow‘ ‘height=800 width=1500 top=200left=200 toolbar=no menubar=no scrollbars=no resizable=nolocation=no status=no‘);ript>“);
        }
    }
    protected void SqlDataSource1_Selecting(object sender SqlDataSourceSelectingEventArgs e)
    {

    }
    protected void Button2_Click(object sender EventArgs e)
    {
        HttpContext.Current.Application[“class“] = DropDownList1.SelectedValue.ToString();
        HttpContext.Current.Application[“papername“] = DropDownList2.SelectedValue.ToString();
       
    }
    protected void DropDownList1_SelectedIndexChanged(object sender EventArgs e)
    {

    }
    protected void DropDownList2_SelectedIndexChanged(object sender EventArgs e)
    {

    }
    protected void SqlDataSource2_Selecting(object sender SqlDataSourceSelectingEventArgs e)
    {

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-12-24 15:59  在线考试系统\
     目录           0  2012-02-25 12:58  在线考试系统\App_Code\
     目录           0  2011-04-15 14:36  在线考试系统\App_Data\
     文件     2293760  2011-05-14 22:14  在线考试系统\App_Data\Database.mdf
     文件      851968  2011-05-14 22:14  在线考试系统\App_Data\Database_log.LDF
     目录           0  2011-04-15 14:36  在线考试系统\Bin\
     文件        7168  2008-06-20 00:00  在线考试系统\Bin\Interop.IasHelperLib.dll
     文件      662120  2007-10-10 09:48  在线考试系统\Bin\Microsoft.Office.Interop.Word.dll
     文件         246  2011-03-31 10:58  在线考试系统\Bin\Microsoft.Office.Interop.Word.dll.refresh
     文件       64088  2007-10-10 09:48  在线考试系统\Bin\Microsoft.Vbe.Interop.dll
     文件      223800  2007-10-10 09:48  在线考试系统\Bin\office.dll
     文件        7592  2011-10-27 20:29  在线考试系统\Default.aspx
     文件        4762  2011-12-19 13:02  在线考试系统\Default.aspx.cs
     文件        1763  2011-04-13 10:27  在线考试系统\Default2.aspx
     文件        3441  2011-04-13 10:27  在线考试系统\Default2.aspx.cs
     目录           0  2011-10-27 20:29  在线考试系统\admin\
     文件        2718  2011-10-27 20:29  在线考试系统\admin\admin.aspx
     文件         625  2011-04-06 18:48  在线考试系统\admin\admin.aspx.cs
     文件        2389  2011-10-27 20:29  在线考试系统\admin\fabugonggao.aspx
     文件        1438  2011-04-12 21:32  在线考试系统\admin\fabugonggao.aspx.cs
     文件        1466  2011-04-06 17:09  在线考试系统\admin\jiaoshi.aspx
     文件         458  2011-04-06 17:04  在线考试系统\admin\jiaoshi.aspx.cs
     文件        1258  2011-04-12 21:37  在线考试系统\admin\message.aspx
     文件         458  2011-04-12 20:45  在线考试系统\admin\message.aspx.cs
     文件        2960  2011-04-06 17:07  在线考试系统\admin\shijuan.aspx
     文件         458  2011-04-06 17:08  在线考试系统\admin\shijuan.aspx.cs
     文件         286  2011-04-05 15:25  在线考试系统\admin\vwd.webinfo
     文件        1054  2011-04-12 22:41  在线考试系统\admin\xiangxi.aspx
     文件        1391  2011-04-12 21:42  在线考试系统\admin\xiangxi.aspx.cs
     文件        1467  2011-04-14 00:29  在线考试系统\admin\xuesheng.aspx
     文件         458  2011-04-06 17:04  在线考试系统\admin\xuesheng.aspx.cs
............此处省略101个文件信息

评论

共有 条评论