views:

9

answers:

0

Hi guys

I am looking forward to get this behavious on asp.net Web Application that lets a user navigate within a organization hierarchy. Every hierarchy level is displayed with an employee's name and function along with a button to see employees assigned to them and a button to send an email to the employee. When clicking an emplyee's magnifying glass one would would see the employees assigned that employee. As soon as the user is looking down on the hierarchy, an arrow is displayed enabling the user to return to the eariler screen. The desired behaviour is the one described but in way that a user is able to search all employees hierarchly.

Example: When loading the page, on would see an enterprise topmost functions: Richard as Tech Director, Anna as Human Resource Manager and Kim as Marketing Director. The user click on Richard magnifying glass and the page will switch the employees displayed to Richards subordinates: John of software Team and Zack of hardware Team. The user clicks on Zack and see its subordinates. The user sends then click on the "return" arrow and sees John and Zack.

The question is: How would you implement this behaviour?

Im thinking of using an asp control to host a Grid that displays employees, that will change its content when the magnifying glass is clicked or when the arrow is clicked.

What are your thoughts?

Thx in advance!