Tuesday 5 March 2013

errors : The name ... does not exist in the current

Make sure inherits and class same name

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="office.aspx.cs" Inherits="TEST_office" %>


public partial class TEST_office : System.Web.UI.Page
{
    
}

No comments:

Post a Comment