Anyone know how to do this?
Thanks
I would suggest you to add visible=false in the InstantASP:Label and InstantASPlaceHolder tags with IDs lblSubForums and phSubForumHyperLinks of the ViewForumGroups.ascx file. like below:
<InstantASP:Label id="lblSubForums" visible=false Text="ForumGroups_SubForums" Runat="Server"/> <InstantASPlaceHolder visible=false id="phSubForumHyperLinks" Runat="Server"/>