asp.net - Can I change a nested master page's master dynamically? -


okay, know changing master page dynamically in page's onpreinit event.

but nested master page? can change master's master?

there no onpreinit event exposed in masterpage class.

any ideas?

just tested , works preinit of page using nested masterpage.

protected void page_preinit(object sender, eventargs e) {     this.master.masterpagefile = "/site2.master"; } 

obviously need ensure contentplaceholderids consistent across pages swapping between.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -