tru
Posts: 9
|
| Posted: 04/30/2009, 2:24 PM |
|
Have been looking for an answere if this is possible, can not find any.
So my question is: Is it possible to implement Master pages together with CCS?
Any experts out there who can put some light into this issue?
Tom
|
 |
 |
damian
Posts: 838
|
| Posted: 04/30/2009, 2:35 PM |
|
what is a master page?
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
tru
Posts: 9
|
| Posted: 04/30/2009, 3:02 PM |
|
http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx
ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feel and standard behavior that you want for all of the pages (or a group of pages) in your application. You can then create individual content pages that contain the content you want to display. When users request the content pages, they merge with the master page to produce output that combines the layout of the master page with the content from the content page.
|
 |
 |
damian
Posts: 838
|
| Posted: 04/30/2009, 3:57 PM |
|
try posting in the ASP or .NET forums?
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
tru
Posts: 9
|
| Posted: 05/01/2009, 1:59 AM |
|
Let me refrace my question for those who have experience with Visual Studio 2008.
Is it easy to make the pages in CCS and then move the project to VS2008 and implement master pages from there?
|
 |
 |