資源簡介
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\ba
?????目錄???????????0??2011-07-08?17:36??系統-畢業設計\Lesson_Selecting\App_Data\
?????文件?????2293760??2011-02-16?21:24??系統-畢業設計\Lesson_Selecting\App_Data\Lesson
?????文件??????573440??2011-02-16?21:24??系統-畢業設計\Lesson_Selecting\App_Data\Lesson
?????文件????????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個文件信息
評論
共有 條評論