Including header in page

M

Marko

How to include header which is .asp page into aspx page (asp.net 2.0)? Is it
possible?
 
M

Masudur

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
 
L

Leon Mayne

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
 
M

Masudur

Hi,

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

Masudur
 

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

Top