資源簡介
畢業設計!也可用于課程設計 采用ASP
非常實用 !!!!!!!!!!!!!!!!!!!!!!!!!
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?HourseRentSystem.Model;
using?HourseRentSystem.BLL;
public?partial?class?login?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Btn_Login_Click(object?sender?EventArgs?e)
????{
????????/*建立模型獲取管理員信息*/
????????Admin?admin?=?new?Admin();
????????admin.setUsername(this.UserName.Text);
????????admin.setPassword(this.Password.Text);
????????/*建立業務邏輯層對象并執行驗證*/
????????AdminBLL?adminBll?=?new?AdminBLL();
????????if?(adminBll.CheckLogin(admin))
????????{
????????????Session[“username“]?=?admin.getUsername();
????????????Response.Redirect(“main.aspx“);
????????}
????????else
????????{
????????????scriptManager.RegisterClientscriptBlock(this?this.GetType()?““?“ript>alert(‘“?+?adminBll.getErrMessage()?+?“‘); ript>“?false);?
????????????return;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????58830??2010-12-20?13:38??HourseRentSystem\52netweb.jpg
?????文件???????1426??2009-04-03?09:46??HourseRentSystem\52Netweb源碼必讀.txt
?????文件???????2891??2010-12-15?15:14??HourseRentSystem\about.html
?????文件???????1290??2010-12-02?18:21??HourseRentSystem\App_Code\BLL\AdminBLL.cs
?????文件???????3047??2010-12-14?10:56??HourseRentSystem\App_Code\BLL\HourseBLL.cs
?????文件???????1406??2010-12-02?18:16??HourseRentSystem\App_Code\DAO\AdminDAO.cs
?????文件???????8026??2010-12-14?10:58??HourseRentSystem\App_Code\DAO\HourseDAO.cs
?????文件???????5296??2010-12-02?18:11??HourseRentSystem\App_Code\DB\Databa
?????文件????????580??2010-12-02?18:11??HourseRentSystem\App_Code\DB\SqlString.cs
?????文件????????891??2010-11-30?23:39??HourseRentSystem\App_Code\Model\Admin.cs
?????文件???????4349??2010-12-13?13:16??HourseRentSystem\App_Code\Model\Hourse.cs
?????文件????1638400??2010-12-20?13:38??HourseRentSystem\App_Data\HourseRentDB_Data.MDF
?????文件????3932160??2010-12-20?13:38??HourseRentSystem\App_Data\HourseRentDB_Log.LDF
?????文件????????725??2010-10-24?11:03??HourseRentSystem\css\about.css
?????文件???????1394??2010-12-05?22:04??HourseRentSystem\css\add_modify.css
?????文件????????841??2010-10-24?10:55??HourseRentSystem\css\desk.css
?????文件???????1106??2010-12-13?13:12??HourseRentSystem\css\login.css
?????文件????????752??2010-12-14?12:16??HourseRentSystem\css\manage.css
?????文件???????2065??2010-12-02?21:03??HourseRentSystem\css\st
?????文件???????2369??2010-12-15?15:49??HourseRentSystem\desk.aspx
?????文件????????441??2010-12-13?11:12??HourseRentSystem\hourse\GetHourse.aspx
?????文件???????2318??2010-12-13?14:22??HourseRentSystem\hourse\GetHourse.aspx.cs
?????文件???????2667??2010-12-07?16:41??HourseRentSystem\hourse\hourse_add.aspx
?????文件???????2513??2010-12-13?10:17??HourseRentSystem\hourse\hourse_add.aspx.cs
?????文件????????443??2010-12-14?10:33??HourseRentSystem\hourse\hourse_del.aspx
?????文件????????975??2010-12-14?10:59??HourseRentSystem\hourse\hourse_del.aspx.cs
?????文件???????4618??2010-12-15?15:55??HourseRentSystem\hourse\hourse_manage.aspx
?????文件???????3144??2010-12-15?15:54??HourseRentSystem\hourse\hourse_manage.aspx.cs
?????文件???????2890??2010-12-13?10:04??HourseRentSystem\hourse\hourse_modify.aspx
?????文件???????4081??2010-12-14?10:34??HourseRentSystem\hourse\hourse_modify.aspx.cs
............此處省略75個文件信息
評論
共有 條評論