Tag: Master Pages

What Are ASP.NET Master Pages

March 9, 2009 | By | 1 Comment

Master pages were introduced into the .NET Framework in version 2.0. They are web pages that can contain XHTML, server-side controls and user controls just like normal ASP.NET page (with .aspx extension), but with a .master extension. A master page serves as a template for ASP.NET pages that are based on it to help render [...]

Continue Reading