资源简介

基于web学生上机考勤管理系统(毕业设计) 基于web的一个很不错的签到系统

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;


public partial class administrator : System.Web.UI.Page
{

    database db = new database();
    public string name;
    
    protected void Page_Load(object sender EventArgs e)
    {
        if (Session[“tea“] == null)
            Response.Redirect(“userlogin.aspx“);
        name = Request[“id“];
    
    }
    protected void confirnxuehaobt_Click(object sender EventArgs e)
    {
        SqlConnection conn = db.getConnection();
        DataTable dt = db.search(“select nameclass from studentinforn where id=‘“+xuehaotxt.Text+“‘“conn);
        if (dt.Rows.Count == 0)
            infornlb.Text = “学号不存在!“;
        else
        {
            infornlb.Text = “姓名:“ + dt.Rows[0][“name“].ToString() + “   班级:“ + dt.Rows[0][“class“].ToString();
            kahaotxt.Enabled = true;
            modikahao.Enabled = true;
            kahaotxt.Focus();
        }
    }
    protected void modikahao_Click(object sender EventArgs e)
    {
        SqlConnection conn = db.getConnection();
        if (kahaotxt.Text == ““)
            infornlb.Text = “请先填学号!“;
        else
        {
            string kh = kahaotxt.Text;
            bool state = db.modify(“update studentinforn set kahao=‘“ + kh + “‘where id=‘“ + xuehaotxt.Text + “‘“ conn);
            if (state)
            {
                infornlb.Text = “修改卡号成功!“;
                xuehaotxt.Text = ““;
                kahaotxt.Text = ““;
                xuehaotxt.Focus();
            }
            else
            {
                xuehaotxt.Text = ““;
                kahaotxt.Text = ““;
                xuehaotxt.Focus();
                infornlb.Text = “修改卡号失败!“;
            }
        }
    }
}

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

     文件       2947  2007-10-16 20:16  kaoqinSystem1.0\administrator.aspx

     文件       2072  2007-10-17 10:43  kaoqinSystem1.0\administrator.aspx.cs

     文件       1996  2007-10-15 13:03  kaoqinSystem1.0\App_Code\database.cs

     目录          0  2007-11-05 22:23  kaoqinSystem1.0\App_Code

     目录          0  2007-11-05 22:23  kaoqinSystem1.0\App_Data

     文件       5299  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\default.css

     目录          0  2007-11-05 22:23  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs

     文件        602  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendar.html

     文件         95  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendarbottom.html

     文件         92  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendartop.html

     文件       2189  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalexportdialog.htm

     文件       2707  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalprinthost.html

     目录          0  2007-11-05 22:23  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html

     文件         84  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\calendar.gif

     文件       1410  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\crlogo.gif

     文件        617  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export.gif

     文件        283  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\exportd.gif

     文件       1244  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export_over.gif

     文件         78  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\First.gif

     文件         78  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Firstd.gif

     文件       1251  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\first_over.gif

     文件        595  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage.gif

     文件        176  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopaged.gif

     文件       1226  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage_over.gif

     文件        257  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree.gif

     文件        230  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreed.gif

     文件        179  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreepressed.gif

     文件       1215  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree_over.gif

     文件         79  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Last.gif

     文件         79  2005-12-08 15:44  kaoqinSystem1.0\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Lastd.gif

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

评论

共有 条评论