I am learning ASP.NET
I downloaded source code fromwww.planet-source-code.com
but when I tried to load Default.aspx got this error:
The directive 'Page' is unknown
Here is the first line form my Default.aspx:
<%@dotnet.itags.org. Page language="c#" AutoEventWireup="false" CodeFile="Default.aspx.cs" Inherits="_Default" CodeBehind="Default.aspx.cs" %>
What's wrong with "Page" ?
what did you "load" it into ? the syntax looks right
0 comments:
Post a Comment