• 大小: 0.88M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: 其他
  • 标签: 其他  

资源简介

studentManage.rar

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace WebStudent
{
    public partial class Admin : System.Web.UI.MasterPage
    {
        protected void Page_Load(object sender EventArgs e)
        {
            HttpCookie cookie = Request.Cookies[“UserName“];
            if (cookie != null)
            {
                btnUserName.Text = cookie.Value;
            }
        }

        protected void TreeView1_SelectedNodeChanged(object sender EventArgs e)
        {
            //注销
            if (TreeView1.SelectedValue == “注销“)
            {
                Response.Redirect(“~/Login.aspx“);
            }
        }
    }
}

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

     文件      83415  2018-12-19 21:55  1606161018--吕永虎\Student\.vs\config\applicationhost.config

    ..A..H.     78336  2018-12-24 22:11  1606161018--吕永虎\Student\.vs\WebStudent\v14\.suo

     文件       1731  2018-12-24 20:57  1606161018--吕永虎\Student\admin\addGrade.aspx

     文件       3866  2018-12-24 20:58  1606161018--吕永虎\Student\admin\addGrade.aspx.cs

     文件       2499  2018-12-24 20:57  1606161018--吕永虎\Student\admin\addGrade.aspx.designer.cs

     文件       1737  2018-12-24 20:53  1606161018--吕永虎\Student\admin\addStudent.aspx

     文件       3578  2018-12-24 20:56  1606161018--吕永虎\Student\admin\addStudent.aspx.cs

     文件       2505  2018-12-24 20:53  1606161018--吕永虎\Student\admin\addStudent.aspx.designer.cs

     文件       1744  2018-12-24 21:43  1606161018--吕永虎\Student\admin\addTeacher.aspx

     文件       3657  2018-12-24 22:05  1606161018--吕永虎\Student\admin\addTeacher.aspx.cs

     文件       2510  2018-12-24 21:43  1606161018--吕永虎\Student\admin\addTeacher.aspx.designer.cs

     文件       2353  2018-12-24 20:57  1606161018--吕永虎\Student\admin\studentGrade.aspx

     文件       2213  2018-12-24 21:02  1606161018--吕永虎\Student\admin\studentGrade.aspx.cs

     文件       2167  2018-12-24 20:57  1606161018--吕永虎\Student\admin\studentGrade.aspx.designer.cs

     文件       2355  2018-12-24 20:51  1606161018--吕永虎\Student\admin\studentInfo.aspx

     文件       2227  2018-12-24 20:53  1606161018--吕永虎\Student\admin\studentInfo.aspx.cs

     文件       2166  2018-12-24 20:51  1606161018--吕永虎\Student\admin\studentInfo.aspx.designer.cs

     文件       2368  2018-12-24 21:19  1606161018--吕永虎\Student\admin\teacherInfo.aspx

     文件       2218  2018-12-24 21:58  1606161018--吕永虎\Student\admin\teacherInfo.aspx.cs

     文件       2166  2018-12-24 21:13  1606161018--吕永虎\Student\admin\teacherInfo.aspx.designer.cs

     文件       1627  2018-12-24 21:04  1606161018--吕永虎\Student\admin\updatePassword.aspx

     文件       2612  2018-12-24 21:07  1606161018--吕永虎\Student\admin\updatePassword.aspx.cs

     文件       2197  2018-12-24 21:04  1606161018--吕永虎\Student\admin\updatePassword.aspx.designer.cs

     文件       2663  2018-12-24 20:40  1606161018--吕永虎\Student\Admin.Master

     文件        772  2018-12-24 22:07  1606161018--吕永虎\Student\Admin.Master.cs

     文件       2561  2018-12-24 20:37  1606161018--吕永虎\Student\Admin.Master.designer.cs

     文件       1822  2018-12-24 21:50  1606161018--吕永虎\Student\AppCode\AdminManage.cs

     文件        811  2018-12-23 18:37  1606161018--吕永虎\Student\AppCode\Common.cs

     文件        395  2018-12-22 15:56  1606161018--吕永虎\Student\AppCode\Config.cs

     文件        341  2018-12-24 13:11  1606161018--吕永虎\Student\AppCode\Grade.cs

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

评论

共有 条评论