Click here to Skip to main content
15,917,862 members

Comments by Xaltus (Top 1 by date)

Xaltus 16-Aug-12 11:15am View    
Hi. Thanks for your reply. Just a quick note:

This did not work and came back with an error:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>

It says it couldn't inherit WebApplication1.WebForm1

However, this does work:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Src="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>


Also, it said that System.Linq is not a valid namespace, so I removed it. This works like a charm. Thanks!