Template file

  • Thread starter Thread starter Teo
  • Start date Start date
T

Teo

Hi!! Can I have include files in ASP.NET?
I want to create a huge site in ASP.NET and I was wondering if I could
simplify the development time by using include files (such as header,
footer, menus, etc).
How would I go about creating these include files?

Thanks much in advance,
Teofilo Homsany
 
Take header page as an example, you can include it in your index.aspx like

<!-- #include virtual="./header.aspx" -->
 
Did you looked at user controls ?
That's what i used in the past.

Eric
 

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