Category: Web
-
Dynamic Master Pages
In ASP.net, there are multiple ways you can set dynamic master pages. They can be specified in the code behind or in the web.config file. Web.config may not sound like a dynamic option, but consider that the application does not need recompiling after a change to it. However, if you have code in those master…