91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 324KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-08
  • 語言: C#
  • 標(biāo)簽: ASP??

資源簡介

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\BusinessLogiclayer\Course.cs

?????文件???????5517??2009-04-21?23:31??程序\App_code\BusinessLogiclayer\JudgeProblem.cs

?????文件???????7759??2009-04-21?23:33??程序\App_code\BusinessLogiclayer\MultiProblem.cs

?????文件???????6506??2009-04-18?23:48??程序\App_code\BusinessLogiclayer\Paper.cs

?????文件???????9786??2009-04-19?17:46??程序\App_code\BusinessLogiclayer\Role.cs

?????文件???????4452??2009-04-18?23:49??程序\App_code\BusinessLogiclayer\Scores.cs

?????文件???????7759??2009-04-21?23:36??程序\App_code\BusinessLogiclayer\SingleProblem.cs

?????文件???????9155??2009-04-19?09:40??程序\App_code\BusinessLogiclayer\Users.cs

?????文件????????208??2009-01-13?17:21??程序\App_code\BusinessLogiclayer\vssver.scc

?????文件???????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\DataAccesslayer\Database.cs

?????文件?????????48??2009-01-13?17:21??程序\App_code\DataAccesslayer\vssver.scc

?????文件???????4489??2010-04-12?09:44??程序\App_code\Pagebase.cs

?????文件????????361??2009-09-24?10:59??程序\Controls\titleBar.ascx.cs

?????文件????????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??程序\database\KGT_Data.MDF

?????文件????1048576??2013-12-25?11:06??程序\database\KGT_Log.LDF

?????文件???????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個文件信息

評論

共有 條評論