.net c# -- <include>

so how do you include a file in .net?

all examples I see (like this one http://msdn.microsoft.com/en-us/library/9h8dy30z(v=vs.71).aspx)
is for XML files…

I need to include an html file, thus:

<include file=“myFile.html” path=“/” />

(and what do you put for path if file to include is in same dir as where <include> tag is?)

b/c my tag above is not working… file is not being pulled…

thank you…

What you probably want to do is use a masterpage rather than a server-side include. That tag is likely not parsed.