I am having difficulty figuring out how to "include" a file into a ASP.NET page. I have a JS menu that I want to add to my pages. In ASP I used:
<!--#include file="../includedtools/includedtoolsin ner.htm" -->
What is the code to do this in VB.net?
<!--#include file="../includedtools/includedtoolsin ner.htm" -->
What is the code to do this in VB.net?