Show this error. But why? I learn now asp.net, not all undestand
have this error in page default.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
and have page masterpage.master
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
Please help
Dorababu MekaPosted Jul 22, 2011, 4:35 AM
Make your default page looks like as follows
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
So that you can add controls this problem is due to your content is switched to default to master content's you can chagne here as per the posted image
Check as per in the box underlined switch to content view you can add controls
Dorababu MekaPosted Jul 22, 2011, 5:52 AM
Mike JonsonPosted Jul 22, 2011, 5:43 AM
this xml file
Mike JonsonPosted Jul 22, 2011, 5:37 AM
Dorababu MekaPosted Jul 22, 2011, 5:29 AM
Mike JonsonPosted Jul 22, 2011, 5:23 AM