I have a sidebar on the left-hand side of the screen where certain buttons link to different pages on the site. The main area is a a asp:ContentPlaceHolder. When the user clicks a link on the sidebar, I want only the page in the ContentPlaceHolder to load.
Is it possible to do this, or do I have to wrap the ContentPlaceHolder in something special?
Thanks
Is it possible to do this, or do I have to wrap the ContentPlaceHolder in something special?
Thanks