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]
 
Back
Top