I have a simple usercontrol being rendered by a macro. When I place the usercontrol in a nested masterpage the macro is somehow being called twice. When I view the page it is actually rendered only once but the codebehind gets hit twice. The macro is not cached.
My structure looks like
-Root --ThreeColumn ---ArticleContainer ----ThirdLevelNavigation (<-- Macro inserted in template here).
If I place the usercontrol on the "root" template then its only hit once.
Nested Masterpages + Usercontrol Macro
Umbraco 4.5x
I have a simple usercontrol being rendered by a macro. When I place the usercontrol in a nested masterpage the macro is somehow being called twice. When I view the page it is actually rendered only once but the codebehind gets hit twice. The macro is not cached.
My structure looks like
-Root
--ThreeColumn
---ArticleContainer
----ThirdLevelNavigation (<-- Macro inserted in template here).
If I place the usercontrol on the "root" template then its only hit once.
Thanks in advance for any suggestions.
is working on a reply...