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
 
Back
Top