0
 <%@ Page Title Language="C#" MasterPageFile="~/EducationStudio.Master" 

  AutoEventWireup="true" CodeBehind="WebForm4.aspx.cs" Inherits="WebApplication6.WebForm3"        %>                                                                                                            
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">

</asp:Content>

ここに画像の説明を入力

4

1 に答える 1

0

System.Web.Mvc.ViewMasterPageの代わりに継承元を変更しSystem.Web.UI.MasterPageます。

このリンクを参照してください

于 2012-06-21T05:26:10.127 に答える