Hi, guys
I know this should be something very basic to your'll, but i just cant get it to work...
What i wanna do is:
I've created a website im VS 2005, C#, now i wanna split the screen and keep the TreeView menu on the left and the pane on the right must display different pages. I have tried many different components but i cant seem to get it to work, is there sumwhere that i can download an example that shows the GUI?
Any assistance will be appreciated.
Thank you
Loading
Bivash RajpaulPosted Sep 19, 2007, 9:05 AM
Thanks alot there,
Is there an example i can download to see how this is done, im very new to Web applications
but i'll really like to get this working,
Thank you, will also keep trying.
Ollie McPheePosted Sep 19, 2007, 8:10 AM
If so, for ease sake, i would probably create a Master page.
Plug a table into the master page, make the cell on the left a TreeView object from the Navigation section in your toolbox and have it alter the source of a panel that you can insert into the cell on the right hand side...
With the Master page table you can include more cells that are static throughout the website (such as your header) so that you dont have to re-render it on every new panel load.