0

RadSplitter在 my 中使用masterpage并创建了我webformusing masterpage

但是我对这个组件有一个问题,我可以使用它,但是在运行时contentplaceholderwebform 已经与页面的页脚合并,我不能在单独的窗口中使用它。请帮忙。

母版页

     <%@ 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>  
4

1 回答 1

0

你的意思是?只需将 ContentPlaceHolder 放在所需 RadPane 内的母版页中,内容就会出现在那里。RadSplitter 也允许内联内容,请参阅此处的操作。

于 2013-02-26T15:04:31.410 回答