我在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>
答案 0 :(得分:0)
你的观点是什么?只需将ContentPlaceHolder放在所需RadPane内的母版页中,内容就会显示在那里。 RadSplitter也允许使用内联内容,同时查看here的实际内容。