Chris,
If you go to the asp.net site you will find many sample projects you can
download that contain menus, MasterPages, and other features you are free to
use. You can also look at the Control Gallery section which has many free
controls, as well as the ASP.NET Quickstarts tutorials.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I am thinking of putting up a website and so I am looking for
> templates. Basically I have VS 2005 and kinda know how to use ASP.NET
[quoted text clipped - 9 lines]
>
> ChrisW
clintonG - 15 Oct 2007 16:52 GMT
In addition to what Peter had to say about the use of Master Pages which
allow is to build reusable page layouts as "templates" you should also be
advised that ASP.NET 2.0 introduced a new control called the Menu Control
(ta-da).
As a neophyte you would be wise to use the Menu control and for now forget
about your wild assed ideas until you actually know what you're doing.
The best website I know of to help us all understand Master Pages has been
K. Scott Allen's http://odetocode.com/ but you must also delve into
Microsoft's site at http://asp.net/. You will also want to learn and use the
CSS Adapters as soon as possible which are available via the asp.net
website.
Finally, it was wise of you to select C# as it's punctuation is exactly like
JavaScript, both must be mastered if you intend to become a web developer
and you learn two for the price of one so to speak.

Signature
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
> Chris,
> If you go to the asp.net site you will find many sample projects you can
[quoted text clipped - 21 lines]
>>
>> ChrisW