Hello
I have clicked 'Add a New Item' to my VB.NET project. I have chosen a blank 'HTML file' and called it index.aspx (when would you choose a blank HTML page as opposed to a blank aspx page?). This new page is part of a small VB.NET project that consists of
a Register.aspx and Login.aspx form (plus CSS and images).
The code in this new, blank file includes:
<!--#include file ="myDate.asp"-->
This should hopefully put the current date on my home page in my desired ...
Go to the complete details ...