• 大小: 582KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: C#
  • 标签: asp.net  C#  随机抽题  

资源简介

asp.net中用C#写的在线考试系统,动态网页,经测试可直接使用,实现随机抽题,在线答题、评分等功能

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.Security;
using System.Data;
using System.Drawing;
using System.Drawing.Imaging;
using System.Data.SqlClient;
using System.Configuration;
using System.IO;
using System.Net;

public partial class 登录 : System.Web.UI.Page
{
    
    protected void Page_Load(object sender EventArgs e)
    {
        //自动登录
        if (Request.Cookies[“User“] != null)
        {
            Session[“user“]= Request.Cookies[“User“].Value;//输出全部的值
            Response.Redirect(“Default2.aspx“);
        }
    }

    protected void Button1_Click(object sender EventArgs e)
    {

        if (yzm.Text.Trim().ToLower() == Session[“idty_code“].ToString().ToLower())
        {
            try
            {
                DataView dv = (DataView)SqlDataSource1.Select(DataSourceSelectArguments.Empty);
                if (dv.Count == 1)
                {
                    if (CheckBox1.Checked)
                    {
                        HttpCookie httpCookie = new HttpCookie(“User“);
                        httpCookie.Value= textuser.Text;
                        httpCookie.Expires = DateTime.Now.AddDays(1);
                        Response.AppendCookie(httpCookie);
                    }
                    Session[“user“] = textuser.Text;
                    Response.Redirect(“Default2.aspx“);
                    //FormsAuthentication.RedirectFromLoginPage(textuser.Text CheckBox1.Checked);
                }
                else
                {
                    Label1.Text = “用户名或密码错误,请重新输入!“;
                    // Response.Write(“用户名或密码错误,请重新输入!“);
                    textuser.Text = ““;
                    textpw.Text = ““;
                    yzm.Text = ““;
                    textuser.Focus();
                }
            }
            catch(Exception ex)
            {
                Response.Write(“数据库无法连接“+ex);
            }
        }
        else
        {
            Label1.Text = “验证码错误,请重新输入!“;
            yzm.Text = ““;
            yzm.Focus();
            // Response.Write(“验证码错误,请重新输入!“);
            //img1.Src = “idtycode.aspx“;
        }
    }

    protected void Button2_Click(object sender EventArgs e)
    {
        textuser.Text = “****“;
        textpw.Text = “****“;
        yzm.Text = “****“;
        /*FormsAuthentication.SignOut();//从浏览器删除 Forms 身份验证票证(关闭此窗口,打开新的浏览器窗口,输入Default.aspx的网页URL,则要求重新登录。
        FormsAuthentication.RedirectToLoginPage();//将浏览器重定向到登录 URL*/
        Response.Redirect(“sign_up.aspx“);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        687  2017-12-27 11:41  在线考试系统\App_Code\constring.cs

     文件       4099  2017-12-13 11:55  在线考试系统\App_Code\yzm.cs

     文件       1094  2017-12-27 19:10  在线考试系统\App_Data\PublishProfiles\texam - FTP (2).pubxml

     文件       1134  2017-12-27 11:43  在线考试系统\App_Data\PublishProfiles\texam - FTP.pubxml

     文件       2619  2017-12-27 19:10  在线考试系统\App_Data\PublishProfiles\texam - Web Deploy (2).pubxml

     文件       2635  2017-12-27 11:45  在线考试系统\App_Data\PublishProfiles\texam - Web Deploy.pubxml

     文件    8388608  2017-12-27 09:14  在线考试系统\App_Data\在线考试_data.mdf

     文件    5242880  2017-12-27 09:14  在线考试系统\App_Data\在线考试_log.ndf

     文件        525  2017-12-26 09:38  在线考试系统\App_Themes\SkinFile\SkinFile.skin

     文件         84  2017-12-27 00:15  在线考试系统\App_Themes\styleSheet.css

     文件         14  2017-12-27 00:14  在线考试系统\App_Themes\styleSheet2.css

     文件       2923  2017-12-27 19:02  在线考试系统\Default.aspx

     文件       2951  2017-12-27 19:02  在线考试系统\Default.aspx.cs

     文件        806  2017-12-27 19:02  在线考试系统\Default2.aspx

     文件       3875  2017-12-27 19:02  在线考试系统\Default2.aspx.cs

     文件        398  2018-01-10 11:53  在线考试系统\Default3.aspx

     文件        280  2018-01-10 11:53  在线考试系统\Default3.aspx.cs

     文件       6778  2017-12-27 00:32  在线考试系统\exam.aspx

     文件       9291  2017-12-26 23:43  在线考试系统\exam.aspx.cs

     文件       3477  2017-12-27 00:31  在线考试系统\finish.aspx

     文件        338  2017-12-27 00:31  在线考试系统\finish.aspx.cs

     文件        844  2017-12-27 10:48  在线考试系统\finished.aspx

     文件       1534  2017-12-26 23:46  在线考试系统\finished.aspx.cs

     文件       1869  2017-12-13 13:38  在线考试系统\image\surf.jpg

     文件       2113  2017-12-26 21:42  在线考试系统\sign_up.aspx

     文件       3137  2017-12-27 19:02  在线考试系统\sign_up.aspx.cs

     文件        981  2017-12-27 19:03  在线考试系统\Web.config

     文件       1306  2017-12-12 15:31  在线考试系统\Web.Debug.config

     文件       2489  2017-12-27 11:42  在线考试系统\website.publishproj

     文件        391  2017-12-21 14:13  在线考试系统\yzm.aspx

............此处省略11个文件信息

评论

共有 条评论