when i use this "<umbraco:Macro PageID="[#pageID]" Alias="ContactUs" runat="server"></umbraco:Macro>"
in contactUs template it works fine. But for "Sim-Ex Contact Us" templatei got error 'No node exists with id '0'' for <umbraco:Macro PageID="[#pageID]" Alias="Sim-ExContactUs" runat="server"></umbraco:Macro> or
What is going on in your user control? I'm asuming you're using the Umbraco API to fetch the node id...but I think it would be much more easy to help you out if you posted some code in here.
I would also be nice to know the version of Umbraco you're using.
Error: No node exists with id '0'
when i use this "<umbraco:Macro PageID="[#pageID]" Alias="ContactUs" runat="server"></umbraco:Macro>"
in contactUs template it works fine. But for "Sim-Ex Contact Us" templatei got error 'No node exists with id '0'' for <umbraco:Macro PageID="[#pageID]" Alias="Sim-ExContactUs" runat="server"></umbraco:Macro> or
<umbraco:Macro PageID="[#pageID]" Alias="ContactUs" runat="server"></umbraco:Macro>".
Both macro uses the usercontrol,
Please solve this error.
What is going on in your user control? I'm asuming you're using the Umbraco API to fetch the node id...but I think it would be much more easy to help you out if you posted some code in here.
I would also be nice to know the version of Umbraco you're using.
/Jan
is working on a reply...