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

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

資源簡介

簡單的asp.net網(wǎng)站,實現(xiàn)簡單的注冊和作業(yè)上交功能,適合新手參考使用

資源截圖

代碼片段和文件信息

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?Default2?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{

????}
????protected?void?Login1_Authenticate(object?sender?AuthenticateEventArgs?e)
????{
????????CommonClass?CC?=?new?CommonClass();
????????if?(this.Login1.UserName.Trim?()?==?““?||?this.Login1.Password.Trim()==?““)
????????{
????????????Response.Write(CC.MessageBox(“學(xué)號和密碼不能為空!“?“Default2.aspx“));
????????????//Response.Write(“ript>alert(‘登錄名和密碼不能為空!‘);location=‘javascript:history.go(-1)‘;ript>“);
????????}
????????else
????????{
????????????try
????????????{
????????????????//調(diào)用CommonClass類中的checkLogin方法,判斷用戶是否為合法用戶
????????????????int?IntUserIn?=?CC.userLogin(this.Login1.UserName.Trim()?this.Login1.Password.Trim());
????????????????//?int?i?=?CC.Getint(“select?s_no?from?users?where?“);
????????????????if?(IntUserIn?>?0)
????????????????{

????????????????????Session[“user“]?=?this.Login1.UserName.Trim();

????????????????????Response.Redirect(“LoginOk.aspx?id=0“);//5&1^a^s^p^x
????????????????}
????????????????else
????????????????{
????????????????????//該用戶不是合法用戶,調(diào)用CommonClass類中的MassageBox方法,彈出提示框
????????????????????Response.Write(CC.MessageBox(“您輸入的學(xué)號或密碼錯誤,請重新輸入!“?“Default2.aspx“));

????????????????}
????????????}
????????????catch?(Exception?ex)
????????????{
???????????????string?yichang=?ex.Message.ToString();
???????????????Response.Write(yichang+“
“+“確認(rèn)你是否輸入正確的學(xué)號“);
????????????}
????????}
????}
}

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

?????文件???????2616??2009-10-07?21:46??StudentWorks\admin\addwork.aspx

?????文件???????1230??2009-10-09?10:43??StudentWorks\admin\addwork.aspx.cs

?????文件????????743??2009-06-12?21:31??StudentWorks\admin\AdminIndex.aspx

?????文件????????635??2009-10-09?10:44??StudentWorks\admin\AdminIndex.aspx.cs

?????文件???????5066??2009-10-07?21:52??StudentWorks\admin\checkwork.aspx

?????文件???????3720??2009-10-09?10:44??StudentWorks\admin\checkwork.aspx.cs

?????文件???????1532??2009-10-07?21:18??StudentWorks\admin\Default.aspx

?????文件???????1566??2009-10-09?10:44??StudentWorks\admin\Default.aspx.cs

?????文件???????1112??2009-09-29?17:10??StudentWorks\admin\gonggao.aspx

?????文件???????1308??2009-10-09?10:44??StudentWorks\admin\gonggao.aspx.cs

?????文件???????2384??2009-09-29?16:08??StudentWorks\admin\guest.aspx

?????文件???????2023??2009-10-09?10:45??StudentWorks\admin\guest.aspx.cs

?????文件???????3198??2009-09-29?15:54??StudentWorks\admin\Left.aspx

?????文件????????412??2008-01-08?10:31??StudentWorks\admin\Left.aspx.cs

?????文件????????651??2009-10-07?20:29??StudentWorks\admin\main.aspx

?????文件????????819??2009-10-07?20:32??StudentWorks\admin\main.aspx.cs

?????文件???????1666??2008-01-08?10:31??StudentWorks\admin\Top.aspx

?????文件????????411??2008-01-08?10:31??StudentWorks\admin\Top.aspx.cs

?????文件???????1610??2009-09-29?18:01??StudentWorks\App_Code\addwork.cs

?????文件???????6421??2009-09-29?20:10??StudentWorks\App_Code\Common.cs

?????文件?????475136??2010-09-03?10:53??StudentWorks\App_Data\stu.mdb

?????文件???????1075??2009-10-07?15:27??StudentWorks\css.css

?????文件???????4218??2009-10-07?21:09??StudentWorks\Default.aspx

?????文件???????1970??2009-10-09?10:45??StudentWorks\Default.aspx.cs

?????文件????????173??2008-01-08?10:31??StudentWorks\images\admin_title_bg_head.gif

?????文件???????1877??2008-01-08?10:31??StudentWorks\images\admin_title_bg_quit.gif

?????文件???????1866??2008-01-08?10:31??StudentWorks\images\admin_title_bg_show.gif

?????文件????????381??2008-01-08?10:31??StudentWorks\images\admin_top_bg.gif

?????文件????????416??2008-01-08?10:31??StudentWorks\images\admin_top_close.gif

?????文件????????415??2008-01-08?10:31??StudentWorks\images\admin_top_open.gif

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

評論

共有 條評論