My question is about ASP.NET, VB.NET.
I have a website which is built in ASP.Net and Coding Part is VB.NET.
Now what is the problem - after the menus, to print something including a file and menus are placed inside a master controlled ".acsx" file.
The menu.acsx code is:
...menus links...
<div>
<%Response.WriteFile("~/Files/after_header.inc")%>
</div>
Text written in "after_header.inc" is:
<p>Hello</p>
Now when I inspect the section below the menu and above the "Hello", it is displaying a character like this:
<div>
<p>Hello</p>
</div>
My question is: why this character code here? If I remove the code to include the file, then there is no issue.
Can someone help me out - this character is an unprintable character and destroying the website look - it generates an extra line below the menu.