include pages

  • Thread starter Thread starter Tom Frey
  • Start date Start date
T

Tom Frey

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
 
Hi tom,

Yes u cane use:
Following is the code:

<!--#include file="includes.aspx"-->

--Ravikanth[MVP]
 
Ah great, thx for that ;)

tom

Ravikanth said:
Hi tom,

Yes u cane use:
Following is the code:

<!--#include file="includes.aspx"-->

--Ravikanth[MVP]
 

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

Back
Top