Feb 26, 2008 #1 bernie321 Programmer Jan 7, 2004 477 GB Hi We have a site developed in ASP .NET 2.0 using master pages and content pages. I understand that you can change the master page for an aspx page dynamically. But is it possible to use content aspx pages as content pages for another aspx page? Thanks B
Hi We have a site developed in ASP .NET 2.0 using master pages and content pages. I understand that you can change the master page for an aspx page dynamically. But is it possible to use content aspx pages as content pages for another aspx page? Thanks B
Feb 26, 2008 #2 jbenson001 Programmer Jan 7, 2004 8,172 US Not sure what you mean. A content page is just an aspx page, the only difference is that it has a master page associated with it. Upvote 0 Downvote
Not sure what you mean. A content page is just an aspx page, the only difference is that it has a master page associated with it.
Feb 26, 2008 #3 tperri Programmer Apr 8, 2006 728 US You can put the content into a UserControl and reuse those on other ASPX pages. Upvote 0 Downvote