Hey, newbie here.
I am making a website from scratch. I know nothing about asp.net, but I want to learn to use it for it's database interoperability. So far, everything I've done has been basic html.
I have SOME experience with VB. I decided to make an aspx page alone from scratch that was vb based, and all I'd done so far was create a form in web developer 2010 express.
My html page is cut up into frames, and i tried src'ing one of them to the aspx page. But when I run the frames.html page, the part that's supposed to show the aspx page is showin me this:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'file:///C:/Users/xxxxxxx/Desktop/xxxxxx/NewCa... <%@ Page Language="VB" %>
-^ |
I don't know what this means. This was the html code given to me when I created the aspx page. So why doesn't it understand it?
Another thing I couldn't find was the vb code page for the aspx while I was working on it IN web develope
View Complete Post