Hi I'm new to asp.net web development
need advice on structuring my web protal!

I've basically got a tool bar on my main page at the top of the page which controls the section at the botton of the page (the contents section).

I the old days I would have FRAMES! a frame at the top to house the toolbar
and a frame at the bottom which loads a DIFFERENT page for each type of content!

Is this how its still done?

I've been told you can now use CONTROLS instead of frames... i.e. one page
which loads in different CONTROLS to the main section depending on ur selection on the tool bar.