Click to See Complete Forum and Search --> : Server Side Include, ASPX


PhillMc
02-18-2004, 05:30 PM
Hi all, thx for the help in advance.

I need to know how to include, let's say, a text document into page and actually have it written into the document.
The reason I would like this done is to include the navigation division on each page w/o having to physically write it to each page.

I know ways I can do this, but I don't want to employ if there is a built in function that will handle this.

PeOfEo
02-18-2004, 05:40 PM
<!-- #Include virtual="/yourfile.txt" --> its exactly the same in asp classic, asp.net, and ssi.

PhillMc
02-18-2004, 05:41 PM
Thx Peo!

I had a feeling that you would come through :)

PeOfEo
02-18-2004, 05:43 PM
:D No prob.