Include pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to include webforms within other webforms? such as headers and footers and menus... do you have to use frames?
 
You can do this template. crate a separate templage class where you can
place all ur header and footer and left side menu right ride menu
everything. Then u can use that template all ur webforms. its a very easiest
one ... I have done previously. i dont have a sample code right now.
if u need more info check with google...

Regards

Jay


GM said:
Is it possible to include webforms within other webforms? such as headers
and footers and menus... do you have to use frames?
 
Hi GM,

Yeah you can include the files just like ASP.

<!-- #Include File="Header.inc" -->
<!-- #Include File="Footer.inc" -->

or you can look into ASP.NET Page Templates using inheritance.

Correct me if i am wrong. Thanks.
 
Back
Top