MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

What is the code tag for PopularGroups list ?  (Mono Support )

Viewed 8761 time(s), 4 post(s) 2/17/2014 7:19:47 PMby super
super

super

2/17/2014 9:06:25 PM
monoX 4.9 - I want to place PopularGroups list on  the homepage (right side column).

What will be the code tag ? I want to hardcode it in the default.aspx page because using using group part catalog places complete group container which includes all groups, my groups etc but I want only "PopularGroups List".

Help ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
imarusic

imarusic

2/18/2014 8:24:36 AM
Hi,

you can do it just as you would place any other control:

<%@ Register TagPrefix="MonoX" TagName="PopularGroup" Src="/MonoX/Samples/WebPartSample/PopularGroups/PopularGroupsList.ascx"  %>
and place control to the content place holder:

<monox:PopularGroup id="test" runat="server"></monox:PopularGroup>
Regards
This content has not been rated yet. 
3016 Reputation 428 Total posts
super

super

2/18/2014 2:51:02 PM
What about New Group List ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
mzilic

mzilic

2/20/2014 2:14:17 PM
You can use the same approach however you only need to register the NewGroupsList control.

Regards
This content has not been rated yet. 
2218 Reputation 300 Total posts