我RadSplitter
在 my 中使用masterpage
并创建了我webform
using masterpage
。
但是我对这个组件有一个问题,我可以使用它,但是在运行时contentplaceholder
我webform
已经与页面的页脚合并,我不能在单独的窗口中使用它。请帮忙。
母版页:
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Automation.WebForm1" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div style="border:5px solid black">
<h3>Request an Account</h3>
<p>Accounts will be activated pending the approval of the Administrator.</p>
</div>
</asp:Content>