Re: Include Header / Footer in asp.net
From: John Timney \(ASP.NET MVP\) (timneyj_at_despammed.com)
Date: 11/22/04
- Next message: Ryan Smith: "ASP.NET easy newby question"
- Previous message: Jeff Dillon: "Re: Error while Upating Record"
- In reply to: Dave: "Include Header / Footer in asp.net"
- Next in thread: Saravana: "Re: Include Header / Footer in asp.net"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 22:38:35 -0000
You need to learn a bit about user controls ( asa replacement for
includes), and then perhaps page templates might be your next port of call.
http://www.codeproject.com/aspnet/page_templates.asp
-- Regards John Timney ASP.NET MVP Microsoft Regional Director "Dave" <nospam@yahoo.com> wrote in message news:O78ALLO0EHA.1308@TK2MSFTNGP09.phx.gbl... > Greetings, > > I am developing an internal web application. I would like to do some sort > of method where I include a "header.aspx" and "footer.aspx" page in my code, > so I don't need to include my header and footer on each .aspx page in my web > application. I have found instructions on the internet for how to do this > with shtml and php, but not asp.net. > > Thank you kindly, > > -Dave > >
- Next message: Ryan Smith: "ASP.NET easy newby question"
- Previous message: Jeff Dillon: "Re: Error while Upating Record"
- In reply to: Dave: "Include Header / Footer in asp.net"
- Next in thread: Saravana: "Re: Include Header / Footer in asp.net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|