I want to develop a Task Management System of Employee of my department. In this project, Manager want to see the % completion of Task of employees.
.How i will develop it using ASP.Net, C#. Please suggest me
I want to develop a Task Management System of Employee of my department. In this project, Manager want to see the % completion of Task of employees.
.How i will develop it using ASP.Net, C#. Please suggest me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhakumar MunuswamyPosted Dec 30, 2014, 8:10 AM
You can try below links it will be helpful
http://www.codeproject.com/Articles/36511/Task-Management-System
I hope you will get an idea about this. I you got helpful this please mark accepted answer...
Ikram ShamsPosted Jan 4, 2015, 5:01 AM
Joginder BangerPosted Dec 30, 2014, 7:26 AM
you can do it with the help of Gridview. make the Task table like this type
TaskId EmployeeID Accept/Reject
1 12 1 is Task Create
1 13 2 is Task Accept
3 is task Complete
4 is Task Reject
and some work on girdveiw_rowDataboud event.
{
if task is accept then show another image ...so on
}