Ask a Question related to ASP.NET General, Design and Development.
-
Tom Frey #1
include pages
Hi,
in PHP i have the possibility to include a HTML page or whatever at any
location just with the <include ... > directive. How would the same thing be
accomplished with ASP.NET?
thx,
tom
Tom Frey Guest
-
Strange Include problems: Repeat regions will Not workwith include file
I have a strange problem. I have an Index.asp page and on that page I have a poll that is displays. This poll is located in a sub folder, so to call... -
Can Javascript be used to include pages
Is it possible to use Javascript to include pages -
Html and ASP pages include in a flash page
Hoi, Is it possible to include a html or ASP page in a swf page? I want to make a guestbook in flash. But i have already made a guestbook whit... -
Getting HTML source from web pages to include in my ASP scripts
I am running an ASP script which I require to get the source html from some URL so I can pick out bits of this and include the data in my webpage.... -
How do you centrally store and include reusable javascript functions into .aspx pages?
Of course! Many thanks Chris. -
Ravikanth[MVP] #2
include pages
Hi tom,
Yes u cane use:
Following is the code:
<!--#include file="includes.aspx"-->
--Ravikanth[MVP]
whatever at any>-----Original Message-----
>Hi,
>
>in PHP i have the possibility to include a HTML page orwould the same thing be>location just with the <include ... > directive. How>accomplished with ASP.NET?
>
>thx,
>
>tom
>
>
>.
>Ravikanth[MVP] Guest
-
Tom Frey #3
Re: include pages
Ah great, thx for that ;)
tom
"Ravikanth[MVP]" <dvravikanth@hotmail.com> wrote in message
news:0c5701c35b49$ecec8690$a101280a@phx.gbl...> Hi tom,
>
> Yes u cane use:
> Following is the code:
>
> <!--#include file="includes.aspx"-->
>
> --Ravikanth[MVP]
>
>> whatever at any> >-----Original Message-----
> >Hi,
> >
> >in PHP i have the possibility to include a HTML page or> would the same thing be> >location just with the <include ... > directive. How> >accomplished with ASP.NET?
> >
> >thx,
> >
> >tom
> >
> >
> >.
> >
Tom Frey Guest



Reply With Quote

