1
Reply

how to change masterpage dynamically

anand t

anand t

May 25, 2012
922
0

    We can change the Master page Dynamically using the Preinit Method Before Page Load like void Page_PreInit(Object sender, EventArgs e) {this.MasterPageFile = "~/MyMaster.master"; }

    venu kotte
    February 26, 2016
    0