資源簡介
ASP.NET+SQL在線考試系統(tǒng)(畢業(yè)設(shè)計(jì))

代碼片段和文件信息
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;
public?partial?class?CourseAdd?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!Page.IsPostBack)
????????{
????????????string?loginName?=?Session[“userID“].ToString();
????????????Users?user?=?new?Users();
????????????user.LoadData(loginName);
????????}
????}
????protected?void?imgBtnSave_Click(object?sender?ImageClickEventArgs?e)
????{
????????if?(Page.IsValid)
????????{
????????????Course?course?=?new?Course();???????????????//創(chuàng)建考試科目對象
????????????course.Name?=?txtName.Text;?????????????????//設(shè)置考試科目對象屬性
????????????if?(course.InsertByProc())??????????????????//調(diào)用添加考試科目方法添加考試科目
????????????{
????????????????lblMessage.Text?=?“成功添加該考試科目!“;
????????????????txtName.Text?=?““;
????????????}
????????????else
????????????{
????????????????lblMessage.Text?=?“添加該考試科目失敗!“;
????????????}
????????}
????}
????protected?void?imgBtnReturn_Click(object?sender?ImageClickEventArgs?e)
????{
????????Server.Transfer(“CourseManage.aspx“);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2610??2009-04-18?23:46??程序\App_code\BusinessLogicla
?????文件???????5517??2009-04-21?23:31??程序\App_code\BusinessLogicla
?????文件???????7759??2009-04-21?23:33??程序\App_code\BusinessLogicla
?????文件???????6506??2009-04-18?23:48??程序\App_code\BusinessLogicla
?????文件???????9786??2009-04-19?17:46??程序\App_code\BusinessLogicla
?????文件???????4452??2009-04-18?23:49??程序\App_code\BusinessLogicla
?????文件???????7759??2009-04-21?23:36??程序\App_code\BusinessLogicla
?????文件???????9155??2009-04-19?09:40??程序\App_code\BusinessLogicla
?????文件????????208??2009-01-13?17:21??程序\App_code\BusinessLogicla
?????文件???????2984??2009-04-18?23:50??程序\App_code\DataAccessHelper\GetSafeData.cs
?????文件???????2930??2009-04-18?23:51??程序\App_code\DataAccessHelper\SQLString.cs
?????文件?????????64??2009-01-13?17:21??程序\App_code\DataAccessHelper\vssver.scc
?????文件??????11842??2009-04-18?23:52??程序\App_code\DataAccessla
?????文件?????????48??2009-01-13?17:21??程序\App_code\DataAccessla
?????文件???????4489??2010-04-12?09:44??程序\App_code\Pageba
?????文件????????361??2009-09-24?10:59??程序\Controls\ti
?????文件????????483??2009-09-24?10:57??程序\Controls\TopBanner.ascx
?????文件???????3294??2010-04-12?22:40??程序\CourseAdd.aspx
?????文件???????1415??2010-04-12?22:41??程序\CourseAdd.aspx.cs
?????文件???????4309??2010-04-12?22:44??程序\CourseManage.aspx
?????文件???????3820??2010-04-12?22:44??程序\CourseManage.aspx.cs
?????文件???????2919??2010-04-12?09:29??程序\CSS\CSS.css
?????文件?????????48??2009-01-13?17:21??程序\CSS\vssver.scc
?????文件????1310720??2013-12-25?11:06??程序\databa
?????文件????1048576??2013-12-25?11:06??程序\databa
?????文件???????1276??2009-04-19?08:46??程序\Default.aspx.cs
?????文件???????1998??2007-09-20?15:17??程序\Images\admin_left_3.gif
?????文件???????1238??2009-01-13?17:21??程序\Images\Answer.GIF
?????文件????????287??2009-09-02?19:05??程序\Images\bar.png
?????文件????????889??2009-09-02?19:05??程序\Images\bar_1.gif
............此處省略70個文件信息
評論
共有 條評論