文件名称:Task_Management_System
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 737kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个ASP.Net开发的Web应用程序,可以用来学习ASP.net开发,水晶报表的应用等。
功能:可用于员工的任务管理,包括对任务进行注释,上传,下载文件,创建或者编辑存在的项目,员工,客户等,另外还提供制作报表的功能(用水晶报表做的)-This is a web application by which any organization can manage tasks among its employees. This project has various small parts like commenting on task, upload and download files, task forwarding, editing existing and creating new project, task, employee, user and clients etc and crystal reports.
This is a full project. In this project I use C#, SQL Server and various components of ASP.NET. Reader of this article may find this article helpful while using this components.I would like share this whole project with every body with code and descr iptions.
功能:可用于员工的任务管理,包括对任务进行注释,上传,下载文件,创建或者编辑存在的项目,员工,客户等,另外还提供制作报表的功能(用水晶报表做的)-This is a web application by which any organization can manage tasks among its employees. This project has various small parts like commenting on task, upload and download files, task forwarding, editing existing and creating new project, task, employee, user and clients etc and crystal reports.
This is a full project. In this project I use C#, SQL Server and various components of ASP.NET. Reader of this article may find this article helpful while using this components.I would like share this whole project with every body with code and descr iptions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Task Management System
......................\TaskManagement
......................\..............\Global.asax
......................\..............\Attached files
......................\..............\..............\Task manager DB design.JPG
......................\..............\..............\Project Description.doc
......................\..............\..............\Thumbs.db
......................\..............\Reports
......................\..............\.......\TasksOfProject.rpt
......................\..............\.......\TaskHistory.rpt
......................\..............\.......\ReportProject.rpt
......................\..............\.......\ReportTask.rpt
......................\..............\.......\ReportEmployee.rpt
......................\..............\App_Code
......................\..............\........\BLL
......................\..............\........\...\EmployeeManager.cs
......................\..............\........\...\ProjectManager.cs
......................\..............\........\...\ClientManager.cs
......................\..............\........\...\PrimaryKeyException.cs
......................\..............\........\...\TaskManager.cs
......................\..............\........\...\UserManager.cs
......................\..............\........\...\CommentManager.cs
......................\..............\........\...\OnlyOneAdminException.cs
......................\..............\........\...\NonUserEmployeeException.cs
......................\..............\........\...\DataValidator.cs
......................\..............\........\DAL
......................\..............\........\...\DBConnector.cs
......................\..............\........\...\DAO
......................\..............\........\...\...\User.cs
......................\..............\........\...\...\Employee.cs
......................\..............\........\...\...\Task.cs
......................\..............\........\...\...\Project.cs
......................\..............\........\...\...\Client.cs
......................\..............\........\...\...\Comment.cs
......................\..............\........\...\Gateway
......................\..............\........\...\.......\ProjectGateway.cs
......................\..............\........\...\.......\CommentGateway.cs
......................\..............\........\...\.......\ClientGateway.cs
......................\..............\........\...\.......\EmployeeGateway.cs
......................\..............\........\...\.......\UserGateway.cs
......................\..............\........\...\.......\TaskGateway.cs
......................\..............\App_Data
......................\..............\UI
......................\..............\..\AdimHomePage.aspx
......................\..............\..\EmployeeSaveInfoUIPage.aspx
......................\..............\..\ClientCreateUIPage.aspx.cs
......................\..............\..\TaskNewUIPage.aspx
......................\..............\..\ClientEditUIPage.aspx.cs
......................\..............\..\ClientSaveInfoUIPage.aspx
......................\..............\..\ClientSaveInfoUIPage.aspx.cs
......................\..............\..\NormalUserUIPage.aspx.cs
......................\..............\..\EmployeeEditUIPage.aspx.cs
......................\..............\..\LogInUI.aspx.cs
......................\..............\..\EmployeeSaveInfoUIPage.aspx.cs
......................\..............\..\ViewTaskUIPage.aspx.cs
......................\..............\..\EmployeeUIPage.aspx.cs
......................\..............\..\TaskSaveInfoUIPage.aspx.cs
......................\..............\..\ProjectSaveInfoUIPage.aspx.cs
......................\..............\..\MasterPage.master
......................\..............\..\NormalUserUIPage.aspx
......................\..............\..\ProjectCreateUIPage.aspx
......................\..............\..\MasterPage.master.cs
......................\..............\..\AdimHomePage.aspx.cs
......................\..............\..\MasterPageNormalUser.master.cs
........
......................\TaskManagement
......................\..............\Global.asax
......................\..............\Attached files
......................\..............\..............\Task manager DB design.JPG
......................\..............\..............\Project Description.doc
......................\..............\..............\Thumbs.db
......................\..............\Reports
......................\..............\.......\TasksOfProject.rpt
......................\..............\.......\TaskHistory.rpt
......................\..............\.......\ReportProject.rpt
......................\..............\.......\ReportTask.rpt
......................\..............\.......\ReportEmployee.rpt
......................\..............\App_Code
......................\..............\........\BLL
......................\..............\........\...\EmployeeManager.cs
......................\..............\........\...\ProjectManager.cs
......................\..............\........\...\ClientManager.cs
......................\..............\........\...\PrimaryKeyException.cs
......................\..............\........\...\TaskManager.cs
......................\..............\........\...\UserManager.cs
......................\..............\........\...\CommentManager.cs
......................\..............\........\...\OnlyOneAdminException.cs
......................\..............\........\...\NonUserEmployeeException.cs
......................\..............\........\...\DataValidator.cs
......................\..............\........\DAL
......................\..............\........\...\DBConnector.cs
......................\..............\........\...\DAO
......................\..............\........\...\...\User.cs
......................\..............\........\...\...\Employee.cs
......................\..............\........\...\...\Task.cs
......................\..............\........\...\...\Project.cs
......................\..............\........\...\...\Client.cs
......................\..............\........\...\...\Comment.cs
......................\..............\........\...\Gateway
......................\..............\........\...\.......\ProjectGateway.cs
......................\..............\........\...\.......\CommentGateway.cs
......................\..............\........\...\.......\ClientGateway.cs
......................\..............\........\...\.......\EmployeeGateway.cs
......................\..............\........\...\.......\UserGateway.cs
......................\..............\........\...\.......\TaskGateway.cs
......................\..............\App_Data
......................\..............\UI
......................\..............\..\AdimHomePage.aspx
......................\..............\..\EmployeeSaveInfoUIPage.aspx
......................\..............\..\ClientCreateUIPage.aspx.cs
......................\..............\..\TaskNewUIPage.aspx
......................\..............\..\ClientEditUIPage.aspx.cs
......................\..............\..\ClientSaveInfoUIPage.aspx
......................\..............\..\ClientSaveInfoUIPage.aspx.cs
......................\..............\..\NormalUserUIPage.aspx.cs
......................\..............\..\EmployeeEditUIPage.aspx.cs
......................\..............\..\LogInUI.aspx.cs
......................\..............\..\EmployeeSaveInfoUIPage.aspx.cs
......................\..............\..\ViewTaskUIPage.aspx.cs
......................\..............\..\EmployeeUIPage.aspx.cs
......................\..............\..\TaskSaveInfoUIPage.aspx.cs
......................\..............\..\ProjectSaveInfoUIPage.aspx.cs
......................\..............\..\MasterPage.master
......................\..............\..\NormalUserUIPage.aspx
......................\..............\..\ProjectCreateUIPage.aspx
......................\..............\..\MasterPage.master.cs
......................\..............\..\AdimHomePage.aspx.cs
......................\..............\..\MasterPageNormalUser.master.cs
........