Mike Pliam
May 31st, 2010, 02:48 PM
A great advantage of using ASP.NET to build a website is the use of a site master page. But I have found ASP.NET to be quite difficult to use, for example, positioning controls and content placeholders on the master page. Add the fact that there are very few good examples other than Scott Mitchell's which is rather limited, and I find that I can waste an enormous amount of time fooling with an ASP.NET site using VS 2008.
Of course, copying the same controls to every page of a site using HTML is a real pain in the ***.
I suspect that some clever person will devise a method to create a site-wide master page template using HTML that avoids the difficulties of the ASP.NET model, but I am uncertain if this has been accomplished as yet.
Is there another way to build a site-wide master page analogous to the ASP.NET master pages, using only HTML or some other language? :ehh:
Of course, copying the same controls to every page of a site using HTML is a real pain in the ***.
I suspect that some clever person will devise a method to create a site-wide master page template using HTML that avoids the difficulties of the ASP.NET model, but I am uncertain if this has been accomplished as yet.
Is there another way to build a site-wide master page analogous to the ASP.NET master pages, using only HTML or some other language? :ehh: