• 大小: 808KB
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2021-07-23
  • 语言: ASP
  • 标签: 源码  ASP  

资源简介

毕业设计!也可用于课程设计 采用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\Database.cs

     文件        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\style.css

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

评论

共有 条评论