How do I build a 3-pane framework in ASP.NET?

L

LRuss

I am looking for a tutorial, sample project, or 3rd party control(s) that
will show me how to build a 3-panel webpage framework like the MSDN Library
or Outlook.
A fixed horizontal panel across the top; a treeview navigation in left-hand
panel; content in the right-hand panel with horizontal & vertical scroll
bars. A slider bar dividing the left- & right-hand panes allowing you to
resize the two panes and hide the left-hand nav panel altogether.
Right now I’m approximating this with a Frameset, but this will not play
with the ASP.NET architecture.
Can anyone help? - Len
 
L

LRuss

Hello Mark,
Perhaps it's better stated as frames are completely independent of ASP.NET.
They are simply part of the HTML standard.
I'd like to include the frameset as part of a larger site and would like it
to play within the MasterPage framework and the sitemap menu architecture.
I'm not sure how to proceed with this. Can you provide any vectors?

Thanks,
Len Russell
 
B

bruce barker

they use div's, javascript, dhtm, css and ajax. your local book store, should
have lots books on doing this.

if you don't want to learn browser coding, then you may get by with just
update panels, and some 3rd party controls

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top