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.
 
I was not able to find easy examples to follow. Can you please forward a link?

thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top