私はで使用し、使用し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>