Insert one ASP.net Page into another

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

I have create a template for all my page in my web site.
I don't know how to include one asp.net content page into my template page.
any idea??


thanks!
 
Hi, look at using User Controls (ascx extension). They allow code behind etc
and really take the place of inc files in classic ASP.

Cheers
Mark
-**-
Replace the Z with the e to reply
 

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