0
我在我的masterpage
中使用了RadSplitter
,並使用masterpage
創建了我的webform
。在masterpage中使用radsplitter時運行webapp會發生什麼?
但我有與此組件 一個問題,我可以利用這一點,但在我的webform
運行時間contentplaceholder
先後兼併了頁面的頁腳和我不能在單獨的窗口中使用它。 請幫忙。
母版:
<%@ 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>