在母版页中使用radsplitter时运行Web应用程序会发生什么?

时间:2013-02-23 14:34:19

标签: asp.net telerik

我在RadSplitter中使用masterpage并使用webform创建了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>  

1 个答案:

答案 0 :(得分:0)

你的观点是什么?只需将ContentPlaceHolder放在所需RadPane内的母版页中,内容就会显示在那里。 RadSplitter也允许使用内联内容,同时查看here的实际内容。