Including header in page

  • Thread starter Thread starter Marko
  • Start date Start date
Hi,

The easiest way is to take a ifram in the header section of the aspx
page and the set the source page of the ifram to the asp page.

Thanks
Masudur
Kaz Software Ltd
www.kaz.com.bd


The eas
 
Marko said:
How to include header which is .asp page into aspx page (asp.net 2.0)? Is it
possible?

Does the asp page have any server side processing in it or is it just a
plain HTML document? If it's the latter then you should just be able to
include it. I'm not sure about executing an asp script inside a .NET
application though.

The best option is to migrate your asp script to asp.net:
http://www.asp.net/migrationassistants/GettingStarted_ASPtoASPNET.htm
 
Hi,

Yes its better to use the header in master page...
In this way all the page get it immidiately

Masudur
 
Back
Top