Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

website navigation/template/database

Status
Not open for further replies.

tinapa

Technical User
Nov 12, 2008
81
GB
hi guys, i have posted this on the "website forum" but i don't know if that's the correct place for this question. my apologies. (site admin, please bear with me)

can you give me ideas how to make something like this website?


if you click a button from the horizontal menu, it gives submenus of the left side of the page.

do you think this site only has one template to do that sort of navigation?

what i want is dynamically-driven using only one template/page using database and server-scripting. the submenus should also be database-driven.

can this be done?

thanks for any input.
 
are you using the webforms model?
are you implementing your own MVP framework along with the webforms?
are you using a 3rd party MVP framework along with the webforms?
are you using a home roled MVC framework?
are you using a 3rd part MVC framework like monorail or ms mvc?

this will determine how you build the menus and templates. there are basically 2 parts.
1. html
2. domain model
the two work together but one doesn't rely on the other.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top