Including files in Visual Studio 2010

dejswa

Member
Joined
Jun 29, 2010
Messages
11
Programming Experience
1-3
Thanks for reading,

In Visual Studio 2010, I am working on a vb.net web forms project.

How do I 'include' a header file for a .aspx file?

In .asp I can use

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

However, in Visual Studio (with my config, anyway) the entire line above is interpreted as a comment.

I apologize for what may be a dummy question, but can't find the answer - even web search turns up unrelated hits or mostly hits related to the 'c' language because of the common words in the search.

Regards,

DJ
 
Back
Top