0

私はで使用し、使用しRadSplittermasterpage作成しました。webformmasterpage

しかし、私はこれを使用できるこのコンポーネントに問題がありますが、実行時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

あなたのポイントは?目的の RadPane 内のマスター ページに ContentPlaceHolder を配置するだけで、そこにコンテンツが表示されます。RadSplitter ではインライン コンテンツも使用できます。こちらで両方の動作をご覧ください。

于 2013-02-26T15:04:31.410 に答える