How to include header which is .asp page into aspx page (asp.net 2.0)? Is it possible?
M Marko Nov 28, 2006 #1 How to include header which is .asp page into aspx page (asp.net 2.0)? Is it possible?
M Masudur Nov 28, 2006 #2 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
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 Nov 28, 2006 #3 Marko said: How to include header which is .asp page into aspx page (asp.net 2.0)? Is it possible? Click to expand... 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
Marko said: How to include header which is .asp page into aspx page (asp.net 2.0)? Is it possible? Click to expand... 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 Nov 29, 2006 #5 Hi, Yes its better to use the header in master page... In this way all the page get it immidiately Masudur
Hi, Yes its better to use the header in master page... In this way all the page get it immidiately Masudur