How to assign master page through web.config
-
Hi , I have five pages in my project ,i want to assign master page for this five pages through web.config. In web. config file i mention that master page file name like this <configuration> <system.web> <pages master="~CommonMaster.master" > <system.web> <configuration> But while running the pages master page content is coming. I have to mention anything in masterpage or contentpage ????
-
Hi , I have five pages in my project ,i want to assign master page for this five pages through web.config. In web. config file i mention that master page file name like this <configuration> <system.web> <pages master="~CommonMaster.master" > <system.web> <configuration> But while running the pages master page content is coming. I have to mention anything in masterpage or contentpage ????
I am not a perfect programmer,but i have perfect's programmers' habits.
-
Hi , I have five pages in my project ,i want to assign master page for this five pages through web.config. In web. config file i mention that master page file name like this <configuration> <system.web> <pages master="~CommonMaster.master" > <system.web> <configuration> But while running the pages master page content is coming. I have to mention anything in masterpage or contentpage ????