资源简介
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个文件信息
- 上一篇:SourceInsight仿Sublime配置文件
- 下一篇:数学建模十大经典算法
相关资源
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
评论
共有 条评论