caeanis Posted December 11, 2009 Posted December 11, 2009 Is it possible to use a Panel control instead of navigating to a frame? I have a website that uses a header frame and then a vertical frame under it (not unlike the MSDN library). I am curious to know if I could achieve the same navigational functionality by using a panel in place of the right frame, so that when a link is clicked in the treeview, the page comes up in the panel. Does anyone know if this is possible or if there is another way to accomplish this without using frames? Thank you in advance... Quote
nate Posted January 27, 2011 Posted January 27, 2011 A master page would be your best bet. You do not need panels or frames. Quote Ignorance begins with I.
devTastic Posted February 2, 2011 Posted February 2, 2011 As Nate said, a master page would be your best bet here. You can put the design and navigation logic within that master page and when you go to create a new .aspx page, you can select this Master page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.