Hi,
I'm a beginning with ASP.NET. I'm using Visual Studio 2005. The code below is extracted from Visual Studio 2003. Could the difference in version cause the error? Pls advise.
The code is as follows:
<%@ Page Language="
vb" AutoEventWireup="false" Codebehind="default.aspx.
vb" Inherits="Movies4u._default"%>
The error message prompted is (in blue below):
Attribute 'Codebehind' in the @ Page directive is no longer supported. Convert this page to the new code-behind model by opening the Web site (project) containing the page in Visual Web Developer
In addition, I have another error. The error message is (in blue below):
"Attribute 'height' is not a valid attribute of element 'table'.
Anyone can help?