• 大小: 1.8MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-10
  • 语言: C#
  • 标签: ASP.NET  

资源简介

ASP.NET的学生选课系统,有数据库。实现了学生选课功能、管理员排课、教师开设课程等功能。

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Configuration;
using System.Data;
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;


public partial class ApplicationErroy : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {

            //显示程序中的错误码

            if (Application[“erroy“] != null)
            {

                Response.Write(Application[“erroy“].ToString());

            }

        }

    }
}
/*
 
      
      
      
    */

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-07-08 17:36  系统-毕业设计\
     目录           0  2011-07-08 17:36  系统-毕业设计\Lesson_Selecting\
     文件         460  2010-07-06 23:18  系统-毕业设计\Lesson_Selecting\ApplicationErroy.aspx
     文件         911  2010-07-08 20:24  系统-毕业设计\Lesson_Selecting\ApplicationErroy.aspx.cs
     目录           0  2011-07-08 17:36  系统-毕业设计\Lesson_Selecting\App_Code\
     文件        2973  2010-08-30 20:06  系统-毕业设计\Lesson_Selecting\App_Code\baseFunction.cs
     目录           0  2011-07-08 17:36  系统-毕业设计\Lesson_Selecting\App_Data\
     文件     2293760  2011-02-16 21:24  系统-毕业设计\Lesson_Selecting\App_Data\Lessonselecting_DB.mdf
     文件      573440  2011-02-16 21:24  系统-毕业设计\Lesson_Selecting\App_Data\Lessonselecting_DB_log.LDF
     文件        1772  2010-07-06 23:22  系统-毕业设计\Lesson_Selecting\Global.asax
     文件        1664  2010-07-05 20:35  系统-毕业设计\Lesson_Selecting\grid_excel.aspx
     文件        2583  2010-07-06 01:41  系统-毕业设计\Lesson_Selecting\grid_excel.aspx.cs
     文件         984  2010-09-03 19:41  系统-毕业设计\Lesson_Selecting\help_Page.aspx
     文件         454  2010-07-08 20:11  系统-毕业设计\Lesson_Selecting\help_Page.aspx.cs
     目录           0  2011-07-08 17:36  系统-毕业设计\Lesson_Selecting\image2\
     文件        1798  2010-06-18 19:46  系统-毕业设计\Lesson_Selecting\image2\button.jpg
     文件       23289  2010-07-06 10:28  系统-毕业设计\Lesson_Selecting\image2\loginbj.jpg
     文件        6144  2010-09-06 21:10  系统-毕业设计\Lesson_Selecting\image2\Thumbs.db
     目录           0  2011-07-08 17:36  系统-毕业设计\Lesson_Selecting\images\
     文件      389426  2008-11-27 02:03  系统-毕业设计\Lesson_Selecting\images\2.jpg
     文件        1135  2008-11-29 21:30  系统-毕业设计\Lesson_Selecting\images\addNote.gif
     文件        5551  2008-11-29 04:59  系统-毕业设计\Lesson_Selecting\images\bg.gif
     文件        4467  2008-11-29 01:43  系统-毕业设计\Lesson_Selecting\images\bg_banner_menu.gif
     文件         590  2008-11-29 22:48  系统-毕业设计\Lesson_Selecting\images\bg_button_blue.gif
     文件        1210  2008-12-10 07:08  系统-毕业设计\Lesson_Selecting\images\bg_button_del.gif
     文件        1204  2008-12-10 07:11  系统-毕业设计\Lesson_Selecting\images\bg_button_update.gif
     文件         189  2008-12-01 10:00  系统-毕业设计\Lesson_Selecting\images\bg_header.gif
     文件         148  2008-11-29 06:45  系统-毕业设计\Lesson_Selecting\images\bg_left_bc.gif
     文件         316  2008-11-29 06:44  系统-毕业设计\Lesson_Selecting\images\bg_left_bl.gif
     文件         316  2008-11-29 06:43  系统-毕业设计\Lesson_Selecting\images\bg_left_br.gif
     文件         148  2008-11-29 06:48  系统-毕业设计\Lesson_Selecting\images\bg_left_ls.gif
............此处省略269个文件信息

评论

共有 条评论