You shouldn't simply try to REPLACE the basePage with its PageTemplate by the MasterPage but make them live together.
Define everything that has to do location of the place holders, their styles, their skin in the master page and everything that has to do with the behavior in a base page for your web pages.
BTW, I don't understand at all this:
"i can move these into Master page but the issue is no. of pages are large hence results in lot of rework
so is there any other way so that rework can be minimized at page level"
Main Topics
Browse All Topics





by: P_RamprathapPosted on 2009-09-30 at 05:13:39ID: 25457779
You can still make use of your Basepage (derive all the pages from Base page), and in Basepage add the masterpage dynamically .
Ram