We were trying to use the example from http://support.microsoft.com/kb/312311 which appears in Google when you search for these terms.
The error returned was:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
So to for a hello world of code behind use these two files:
SrcSample.aspx:
<%@ Page Language="vb" AutoEventWireup="false" CodeFile="SrcSample.aspx.vb" Inherits="SrcSample" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </div> </form> </body> </html>
Kbytes Home | Privacy Policy | Contact us | Testing Area
© 2004 - 2024 1 Oak Hill Grove Surbiton Surrey KT6 6DS Phone: +44(020) 8123 1321