Link to home
Start Free TrialLog in
Avatar of bemara57
bemara57

asked on

How do I handle header and footer files in the MasterPage in ASP.NET 2.0?

In my Masterpage I have a header placeholder like this: <asp:contentplaceholder id="HeaderPlaceHolder1" runat="server" />. I wanted to know how I can include a another aspx file in this section, like ASP's <!--#INCLUDE FILE="header.asp"-->. How do I do this with ASP.NET so my header is in a separate file instead of coded all over the place?
ASKER CERTIFIED SOLUTION
Avatar of aki4u
aki4u

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial