Usually we assing one master page to cotent page. Now we assign two master page to same content page. And modify MasterPageFile directive
For example:
<%@ Page Language="C#" Mozilla:MasterPageFile="~/FFMasterPage.master"
ie:MasterPageFile="~/IEMasterPage.master" AutoEventWireup="true"
CodeFile="DefaultContent.aspx.cs" Inherits="DefaultContent" %>
0 comments:
Post a Comment