Posted on: 7/24/2014 5:11:10 PM | Views : 369

Hi,
I have a header control which renders the logo and header on the top of every page. The header and all the pages reside on the root level. Images and StyleSheet reside on subfolders called \Images and \Styles.
Now I have another folder at root level \SpecialAccess folder. I want to use the same \Root\header.ascx control on the pages that reside under \SpecialAccess folder.
How can I do that without having to make another copy of header.ascx?

Go to the complete details ...