how to include file .asp in file .aspx

how to include file .asp in file .aspx

am 18.04.2007 12:18:18 von armando

Hi, I'm working on a web site devolepped in asp and this site work
with the incusion in the page asp

style="height: 19px">



in the colonna_sx_ecomm.asp there is:

cellpadding="0" cellspacing="0" border="0">






 
 
 


and in the, for exemple, in the menu_ecomm.asp there is the code to
load the menu.....

I would like to to the inclusion

style="height: 19px">



in a page .aspx

how can i do this?????

Re: how to include file .asp in file .aspx

am 18.04.2007 14:22:51 von unknown

Convert the old include file into a .net control (.ascx). You can't just
grab an old ASP file and include it in a .net app.

Ray at work

"armando" wrote in message
news:1176891498.799872.318570@y5g2000hsa.googlegroups.com...
> Hi, I'm working on a web site devolepped in asp and this site work
> with the incusion in the page asp
>
> > style="height: 19px">
>
>
>

> I would like to to the inclusion
>
> > style="height: 19px">
>
>
>
> in a page .aspx