Hi
We an an ASP page which displays Department information. We he around 10 departments. All users are not interested in all information. High level users will look at 1 or 2 departments only.
I have seen some web applications where we can Hide/Show the information. I works like this :
+ Deparment 1
+ Deparment 2
+ Deparment 3
Once we click on + sign next to Deparment 1 the screen will appear like this
Deparment 1
ABC 1000 02/02/2002
EFG 2000 02/02/2002
RFG 4000 03/02/2002
/
+ Deparment 2
+ Deparment 3
If we click on /\ it hides the Dept 1 info.
I was wondering how to implement this. I really appreciate any ideas.
Thanks
We an an ASP page which displays Department information. We he around 10 departments. All users are not interested in all information. High level users will look at 1 or 2 departments only.
I have seen some web applications where we can Hide/Show the information. I works like this :
+ Deparment 1
+ Deparment 2
+ Deparment 3
Once we click on + sign next to Deparment 1 the screen will appear like this
Deparment 1
ABC 1000 02/02/2002
EFG 2000 02/02/2002
RFG 4000 03/02/2002
/
+ Deparment 2
+ Deparment 3
If we click on /\ it hides the Dept 1 info.
I was wondering how to implement this. I really appreciate any ideas.
Thanks