I am fairly new to ASP.NET (actually pretty new to web development)
Any way, what I have is a webpage with a ascx at the top for a header, a treeview going down the left hand side of employees, what I am trying to do is when you pick one the employees in the tree their details will show up in on the right hand side of the tree. Using a multiview because the will be different pages of details.
When I just put in a multiview their details diplay under the tree not the righthand side.
My question is should I put the details on a seperate page and then display that page in a panel.
Or what would be the best way to do this....
Thanks for any help...
Any way, what I have is a webpage with a ascx at the top for a header, a treeview going down the left hand side of employees, what I am trying to do is when you pick one the employees in the tree their details will show up in on the right hand side of the tree. Using a multiview because the will be different pages of details.
When I just put in a multiview their details diplay under the tree not the righthand side.
My question is should I put the details on a seperate page and then display that page in a panel.
Or what would be the best way to do this....
Thanks for any help...