Dear All,
In my project i have a master page where i have one content placeholder named as maincontent and i have used this in my nested master page , the main content placeholder is out of my nestedmasterpage size at the left and right side.how i do resize the maincontent place holder in nestedmaterpage as same with size with nestedmasterpage.
i have tried to use div which gives error[validatation xhtml5 control is not supported outside script or asp:content region]
how to i do resize content-placeholder in nested masted page?
Looking for your valuable reply..
Regards,
Mk..
In my project i have a master page where i have one content placeholder named as maincontent and i have used this in my nested master page , the main content placeholder is out of my nestedmasterpage size at the left and right side.how i do resize the maincontent place holder in nestedmaterpage as same with size with nestedmasterpage.
Code:
%@ Master Language="C#" MasterPageFile="~/MainSite.Master" AutoEventWireup="true" CodeBehind="AboutSubMaster.Master.cs" Inherits="YtleSolution.AboutSubMaster" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
i have tried to use div which gives error[validatation xhtml5 control is not supported outside script or asp:content region]
how to i do resize content-placeholder in nested masted page?
Looking for your valuable reply..
Regards,
Mk..