Setting an ASP.NET Master Page at runtime

前端 未结 6 1196
星月不相逢
星月不相逢 2021-02-04 15:45

I\'m working on a site which needs to be able to support two or more looks, changable at runtime. I\'d hoped to be able to handle the change with a CSS switch, but it looks like

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-04 16:16

    Rather than two different master pages how about having one master that dynamically loads different user controls and content HTML literals?

提交回复
热议问题