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
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