Hi ,
I nee a code how to mainatains the team details daily basis using .net 2010.
Advance thanks,
Anjali.k
Hi ,
I nee a code how to mainatains the team details daily basis using .net 2010.
Advance thanks,
Anjali.k
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.
Nitesh KejriwalPosted Jun 24, 2013, 12:23 PM
That means you need to build a custom solution for this. You can start considering the basic entities of your project and definig the relationships between them.
For ex -
Entities -
Employees
Projects
Relationsships -
EmployeeRoles
EmployeeProject
You can create following forms for adding/editing/updating (Please note that this is a generic answer and may change based on your further requirements)
1. Projects
2. Employees
3. Assign Employees to Projects - This will auto assign an employee under the project lead of the project. This way of you change the project lead of a project any time, all members are auto assigned.
Hope this helps!
Nitesh KejriwalPosted Jun 24, 2013, 1:53 PM
kanna sonaPosted Jun 24, 2013, 1:37 PM
Anjali.k
kanna sonaPosted Jun 24, 2013, 12:12 PM
Thanks for your reply.
Actually my requirement is:
I have to maintain employee details in organization.
some times employees are changed/moved to different project then i need to
change there location from one project lead to another project lead (or) need to
add new employee details under a particular project and some times need to change there contact details also.
I have to do this requirement using .net 2010 and sqlservr 2008 R2.
Thanks,
Anjali.k
Nitesh KejriwalPosted Jun 22, 2013, 6:33 AM