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

  • 大小: 582KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-09
  • 語言: C#
  • 標簽: asp.net??C#??隨機抽題??

資源簡介

asp.net中用C#寫的在線考試系統(tǒng),動態(tài)網(wǎng)頁,經(jīng)測試可直接使用,實現(xiàn)隨機抽題,在線答題、評分等功能

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.Security;
using?System.Data;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.Data.SqlClient;
using?System.Configuration;
using?System.IO;
using?System.Net;

public?partial?class?登錄?:?System.Web.UI.Page
{
????
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????//自動登錄
????????if?(Request.Cookies[“User“]?!=?null)
????????{
????????????Session[“user“]=?Request.Cookies[“User“].Value;//輸出全部的值
????????????Response.Redirect(“Default2.aspx“);
????????}
????}

????protected?void?Button1_Click(object?sender?EventArgs?e)
????{

????????if?(yzm.Text.Trim().ToLower()?==?Session[“idty_code“].ToString().ToLower())
????????{
????????????try
????????????{
????????????????DataView?dv?=?(DataView)SqlDataSource1.Select(DataSourceSelectArguments.Empty);
????????????????if?(dv.Count?==?1)
????????????????{
????????????????????if?(CheckBox1.Checked)
????????????????????{
????????????????????????HttpCookie?httpCookie?=?new?HttpCookie(“User“);
????????????????????????httpCookie.Value=?textuser.Text;
????????????????????????httpCookie.Expires?=?DateTime.Now.AddDays(1);
????????????????????????Response.AppendCookie(httpCookie);
????????????????????}
????????????????????Session[“user“]?=?textuser.Text;
????????????????????Response.Redirect(“Default2.aspx“);
????????????????????//FormsAuthentication.RedirectFromLoginPage(textuser.Text?CheckBox1.Checked);
????????????????}
????????????????else
????????????????{
????????????????????Label1.Text?=?“用戶名或密碼錯誤,請重新輸入!“;
????????????????????//?Response.Write(“用戶名或密碼錯誤,請重新輸入!“);
????????????????????textuser.Text?=?““;
????????????????????textpw.Text?=?““;
????????????????????yzm.Text?=?““;
????????????????????textuser.Focus();
????????????????}
????????????}
????????????catch(Exception?ex)
????????????{
????????????????Response.Write(“數(shù)據(jù)庫無法連接“+ex);
????????????}
????????}
????????else
????????{
????????????Label1.Text?=?“驗證碼錯誤,請重新輸入!“;
????????????yzm.Text?=?““;
????????????yzm.Focus();
????????????//?Response.Write(“驗證碼錯誤,請重新輸入!“);
????????????//img1.Src?=?“idtycode.aspx“;
????????}
????}

????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????????textuser.Text?=?“****“;
????????textpw.Text?=?“****“;
????????yzm.Text?=?“****“;
????????/*FormsAuthentication.SignOut();//從瀏覽器刪除?Forms?身份驗證票證(關(guān)閉此窗口,打開新的瀏覽器窗口,輸入Default.aspx的網(wǎng)頁URL,則要求重新登錄。
????????FormsAuthentication.RedirectToLoginPage();//將瀏覽器重定向到登錄?URL*/
????????Response.Redirect(“sign_up.aspx“);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????687??2017-12-27?11:41??在線考試系統(tǒng)\App_Code\constring.cs

?????文件???????4099??2017-12-13?11:55??在線考試系統(tǒng)\App_Code\yzm.cs

?????文件???????1094??2017-12-27?19:10??在線考試系統(tǒng)\App_Data\PublishProfiles\texam?-?FTP?(2).pubxml

?????文件???????1134??2017-12-27?11:43??在線考試系統(tǒng)\App_Data\PublishProfiles\texam?-?FTP.pubxml

?????文件???????2619??2017-12-27?19:10??在線考試系統(tǒng)\App_Data\PublishProfiles\texam?-?Web?Deploy?(2).pubxml

?????文件???????2635??2017-12-27?11:45??在線考試系統(tǒng)\App_Data\PublishProfiles\texam?-?Web?Deploy.pubxml

?????文件????8388608??2017-12-27?09:14??在線考試系統(tǒng)\App_Data\在線考試_data.mdf

?????文件????5242880??2017-12-27?09:14??在線考試系統(tǒng)\App_Data\在線考試_log.ndf

?????文件????????525??2017-12-26?09:38??在線考試系統(tǒng)\App_Themes\SkinFile\SkinFile.skin

?????文件?????????84??2017-12-27?00:15??在線考試系統(tǒng)\App_Themes\styleSheet.css

?????文件?????????14??2017-12-27?00:14??在線考試系統(tǒng)\App_Themes\styleSheet2.css

?????文件???????2923??2017-12-27?19:02??在線考試系統(tǒng)\Default.aspx

?????文件???????2951??2017-12-27?19:02??在線考試系統(tǒng)\Default.aspx.cs

?????文件????????806??2017-12-27?19:02??在線考試系統(tǒng)\Default2.aspx

?????文件???????3875??2017-12-27?19:02??在線考試系統(tǒng)\Default2.aspx.cs

?????文件????????398??2018-01-10?11:53??在線考試系統(tǒng)\Default3.aspx

?????文件????????280??2018-01-10?11:53??在線考試系統(tǒng)\Default3.aspx.cs

?????文件???????6778??2017-12-27?00:32??在線考試系統(tǒng)\exam.aspx

?????文件???????9291??2017-12-26?23:43??在線考試系統(tǒng)\exam.aspx.cs

?????文件???????3477??2017-12-27?00:31??在線考試系統(tǒng)\finish.aspx

?????文件????????338??2017-12-27?00:31??在線考試系統(tǒng)\finish.aspx.cs

?????文件????????844??2017-12-27?10:48??在線考試系統(tǒng)\finished.aspx

?????文件???????1534??2017-12-26?23:46??在線考試系統(tǒng)\finished.aspx.cs

?????文件???????1869??2017-12-13?13:38??在線考試系統(tǒng)\image\surf.jpg

?????文件???????2113??2017-12-26?21:42??在線考試系統(tǒng)\sign_up.aspx

?????文件???????3137??2017-12-27?19:02??在線考試系統(tǒng)\sign_up.aspx.cs

?????文件????????981??2017-12-27?19:03??在線考試系統(tǒng)\Web.config

?????文件???????1306??2017-12-12?15:31??在線考試系統(tǒng)\Web.Debug.config

?????文件???????2489??2017-12-27?11:42??在線考試系統(tǒng)\website.publishproj

?????文件????????391??2017-12-21?14:13??在線考試系統(tǒng)\yzm.aspx

............此處省略11個文件信息

評論

共有 條評論