ASPnetNovice
Programmer
Hello,
I am making an ASP.NET site. I have created several .aspx pages and some have web user controls(.ascx) that I made on them.
I now wish to use the content on these pages on a 'master page'. I originally wanted to use frame sets but when investigating inter-operability with ASP.NET I found out that entire web pages(.aspx) can be converted into web user controls. One can then place these controls( with page content) on another page that acts like a master. Alternatively one can, I understand, use div/layers to achieve a similar functionality. What do you guys think about the best approach. What I was hoping to avoid was a replication of redundant content on each page (menus, logos, etc...) Take a look at this site - this entity (ProjectComplete.com) claims that it provides a content mastering system called Web Form Maestro. I intuitively understand their approach (using xml) but was hoping for input from people who know more than me before going too deep along any one road.
I am making an ASP.NET site. I have created several .aspx pages and some have web user controls(.ascx) that I made on them.
I now wish to use the content on these pages on a 'master page'. I originally wanted to use frame sets but when investigating inter-operability with ASP.NET I found out that entire web pages(.aspx) can be converted into web user controls. One can then place these controls( with page content) on another page that acts like a master. Alternatively one can, I understand, use div/layers to achieve a similar functionality. What do you guys think about the best approach. What I was hoping to avoid was a replication of redundant content on each page (menus, logos, etc...) Take a look at this site - this entity (ProjectComplete.com) claims that it provides a content mastering system called Web Form Maestro. I intuitively understand their approach (using xml) but was hoping for input from people who know more than me before going too deep along any one road.