Home Page - Site Map

sindhukv

Newcomer
Joined
Mar 7, 2006
Messages
2
Hi all, :)

Very new to ASP.NET programming.
i have to create a Home page with Left side tree view for navigation
right side of the page also has some details like free registration etc.
top and bottom of the page has some logo / Search / some links
All these have to remain constant across all pages when navigated from the tree view.
What is the best way of doing this in ASP.Net.

Also pls provide me the details of how the following functionality can be achieved.

1)Site map
2)Site statictics
3)search the site

One more query the content of the Pages are to be displayed from the DB-Dynamic conents for pages
what is the best way of doing this ....lot of concurrent users are expected around 10000 users.
direct select from the DB and load the contents for each user or better to access from a stored XMl file.
or there is any other better way for content management.

Thanks 'n' Regards,
 
Back
Top