1
Reply

how to change masterpage dynamically

anand t

anand t

12y
928
0
Reply

    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"; }