aspx rookie

  • Thread starter Thread starter Dst
  • Start date Start date
D

Dst

Hi i'm trying to make a very simple web site using visual studio 2005.

I'm completely noob at this so i need some pointers to get me started.

As i understand frames should not be used in asp.net ?
But what are the alternatives ?

My main page is very simple, it is created using a table and looks like
this
--------------------------------------------------
| Title |
-------------------------------------------------
|Menu| Content |
| | |
| | |
| | |
| | |
-------------------------------------------------

Menu is a treeview control, so how can i display different web forms in
the content
part when the menu is clicked ? Or at least a html page.

And if the content page is larger than the current view, how can it be
made dynamic in height ?

Can anyone help a web rookie ?
 
Create a Master Page.
Put your Title and Menu on that page.

Create a new page, and sets its master page to the page you created.


Put your content there.
 

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

Back
Top