资源简介
毕业设计!也可用于课程设计 采用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个文件信息
相关资源
- 学生选课系统 ASP+Access
- 上传下达任务管理平台(asp源码+acc
- VB版免杀远程控制服务端及客户端源码
- 医院工资系统vb源码(附数据库)
- 简单的asp课程网站
- 阿里云短信接口Demo_For Asp
- 酒店管理系统(ASP.NET)
- 经典ASP企业网站管理系统后台模板
- asp.net文档管理系统
- WEB在线考试系统商业无限制ASP源代码
- asp图书馆管理系统
- 教材管理系统Asp.net
- 基于asp的仓库管理系统
- ASP四级联动下拉框代码
- ASP 个人博客网站
- 在线投票(asp)
- 一个完整的IT资产管理系统,ASP
- Office 2007 六组件 转PDF 加载项 SaveAsP
- aspx 购物车详细源码
- Excel导入ACCESS数据库(ASP无组件上传,
- asp.net使用 百度 Ueditor 完整实例,可以
- Mysql asp.net 数据库管理源代码
- asp酒店管理系统源代码
- 聊天室系统 课程设计 asp.net
- 网上教学系统 asp.net
- ASP.NET员工绩效考核系统
- asp.net sqlserver单选题考试系统
- 小学生四则运算试题产生系统(asp.
- asp.net 2.0 sql sever 2000 购物车网站
- 图书馆管理系统(ASP.NET)附带数据库
评论
共有 条评论