Hi Leupold!
Thanks for your prompt replies. Can you kindly post some sample code when can help me achieve my task. I have attempted a lot of ways to do it, but no success yet. For example, i attempted it like this:
In ascx file header, i added this:
<%@ Register TagPrefix="dnn" TagName="Links" Src="~/Admin/Skins/links.ascx" %>
In the html where i want to show the links, i added this:
<dnn:Links runat="server" id="Menulinks" />
All that it displays is the list of the same links which we have on the top i.e. the top navigation menu links.
I also attempted to put this code in html:
<dnn:LINKACTIONS runat="server" id="abc"></dnn:LINKACTIONS>
but it doesn't display anything and says "LINKSACTIONS" is not a known element; most probably becausei didn't include the header it needs. If this is what that will work, kindly let me know which ascx file i should include in its header?
I attempted to use this skin object as well:
<object id="dnnlinks" codetype="dotnetnuke/server" codebase="links"></object>
But it gives an error that the file "links" was not found. From where i may include the reference of this file in the header?
Please let me know something that can work.
Thank you