資源簡介
在線考試系統,有在線考試,老師批改試卷,客觀題自動批改,數據庫設計的時候有的小問題,整體還算可以,可以拿來練練手,

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Configuration;
using?System.Data;
using?System.Linq;
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;
using?System.xml.Linq;
using?System.Data.SqlClient;
public?partial?class?answer?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????Button?button?=?(Button)sender;
????????GridViewRow?row?=?(GridViewRow)button.Parent.Parent;
????????Session[“papername“]?=?row.Cells[1].Text.ToString();
????????Session[“class“]?=?row.Cells[0].Text.ToString();
????????string?a?=?row.Cells[3].Text.ToString();
????????if?(a?==?“已發布“)
????????{
????????????Response.Write(“ript>alert(‘該試卷答案已發布‘);location.href=‘answer.aspx‘; ript>?“);
????????}
????????else
????????{
????????????Response.Write(“ript?language=javascript>window.open(‘fabudaan.aspx‘‘newwindow‘?‘height=800?width=1500?top=200left=200?toolbar=no?menubar=no?scrollbars=no?resizable=nolocation=no?status=no‘); ript>“);
????????}
????}
????protected?void?SqlDataSource1_Selecting(object?sender?SqlDataSourceSelectingEventArgs?e)
????{
????}
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????????HttpContext.Current.Application[“class“]?=?DropDownList1.SelectedValue.ToString();
????????HttpContext.Current.Application[“papername“]?=?DropDownList2.SelectedValue.ToString();
???????
????}
????protected?void?DropDownList1_SelectedIndexChanged(object?sender?EventArgs?e)
????{
????}
????protected?void?DropDownList2_SelectedIndexChanged(object?sender?EventArgs?e)
????{
????}
????protected?void?SqlDataSource2_Selecting(object?sender?SqlDataSourceSelectingEventArgs?e)
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-24?15:59??在線考試系統\
?????目錄???????????0??2012-02-25?12:58??在線考試系統\App_Code\
?????目錄???????????0??2011-04-15?14:36??在線考試系統\App_Data\
?????文件?????2293760??2011-05-14?22:14??在線考試系統\App_Data\Databa
?????文件??????851968??2011-05-14?22:14??在線考試系統\App_Data\Databa
?????目錄???????????0??2011-04-15?14:36??在線考試系統\Bin\
?????文件????????7168??2008-06-20?00:00??在線考試系統\Bin\Interop.IasHelperLib.dll
?????文件??????662120??2007-10-10?09:48??在線考試系統\Bin\Microsoft.Office.Interop.Word.dll
?????文件?????????246??2011-03-31?10:58??在線考試系統\Bin\Microsoft.Office.Interop.Word.dll.refresh
?????文件???????64088??2007-10-10?09:48??在線考試系統\Bin\Microsoft.Vbe.Interop.dll
?????文件??????223800??2007-10-10?09:48??在線考試系統\Bin\office.dll
?????文件????????7592??2011-10-27?20:29??在線考試系統\Default.aspx
?????文件????????4762??2011-12-19?13:02??在線考試系統\Default.aspx.cs
?????文件????????1763??2011-04-13?10:27??在線考試系統\Default2.aspx
?????文件????????3441??2011-04-13?10:27??在線考試系統\Default2.aspx.cs
?????目錄???????????0??2011-10-27?20:29??在線考試系統\admin\
?????文件????????2718??2011-10-27?20:29??在線考試系統\admin\admin.aspx
?????文件?????????625??2011-04-06?18:48??在線考試系統\admin\admin.aspx.cs
?????文件????????2389??2011-10-27?20:29??在線考試系統\admin\fabugonggao.aspx
?????文件????????1438??2011-04-12?21:32??在線考試系統\admin\fabugonggao.aspx.cs
?????文件????????1466??2011-04-06?17:09??在線考試系統\admin\jiaoshi.aspx
?????文件?????????458??2011-04-06?17:04??在線考試系統\admin\jiaoshi.aspx.cs
?????文件????????1258??2011-04-12?21:37??在線考試系統\admin\message.aspx
?????文件?????????458??2011-04-12?20:45??在線考試系統\admin\message.aspx.cs
?????文件????????2960??2011-04-06?17:07??在線考試系統\admin\shijuan.aspx
?????文件?????????458??2011-04-06?17:08??在線考試系統\admin\shijuan.aspx.cs
?????文件?????????286??2011-04-05?15:25??在線考試系統\admin\vwd.webinfo
?????文件????????1054??2011-04-12?22:41??在線考試系統\admin\xiangxi.aspx
?????文件????????1391??2011-04-12?21:42??在線考試系統\admin\xiangxi.aspx.cs
?????文件????????1467??2011-04-14?00:29??在線考試系統\admin\xuesheng.aspx
?????文件?????????458??2011-04-06?17:04??在線考試系統\admin\xuesheng.aspx.cs
............此處省略101個文件信息
- 上一篇:仿QQ截圖工具源代碼
- 下一篇:中國各省地市級行政區域地圖(shp格式)
評論
共有 條評論