What is the best way to include repeating content on every page of a website such as a navigation menu?
+5
A:
ASP.NET master pages are the way to go. Here's some resources to get you started:
kbrimington
2010-08-10 20:29:18
+3
A:
If you're using .NET, you could use either master pages or user controls
Jimmy
2010-08-10 20:29:37
Nice call on user controls. Very helpful when master pages aren't practical!
kbrimington
2010-08-10 20:36:40