To display the module ID in the container
Last Post 3/6/2014 2:33 PM by Deleted User. 0 Replies.
Author Messages
Deleted User
New Member
New Member
Posts:62


--
3/6/2014 2:33 PM  
Add this line to the container.ascx file

<%= DotNetNuke.UI.Containers.Container.GetPortalModuleBase(dnnTitle).ModuleId.ToString() %>


---