I have a web application that has five ASPX pages. All have similar look and feel with same header, menu and footer. In order to simplify my coding I created two include files header.aspx and footer.aspx and included them at the right place in all my five ASPX pages. So my pages look like Page1.aspx […]