Dear All,
I am trying to use DNN Token under Dnn skin object
I followed this article
http://www.dnnsoftware.com/community-blog/cid/1320...
but i can't see any text under DNN token
Once i go in depth i found that DNN:Text is not returning any text in object
First i Register the Text.ascx in Skin file
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="~/Admin/Skins/Text.ascx" %>
Then i add the SKin object in my ascx
<dnn:TEXT runat="server" id="TEXT1" Text="[Tab:TabName]" CssClass="NormalBold" ReplaceTokens="True" />
When i execute the page it's return me nothing i tried with hardcode text wasn't work as well can any one help me on it
I am using 7.3.x version