Category Link and Description in Transformation

Terrence Foulk asked on August 26, 2014 17:56

I wanted to create a page that had category links and descriptions from a particular level of site categories and I couldn't find a way to access that information in a transformation?

Any help would be greatly appreciated.

Thanks

Correct Answer

Terrence Foulk answered on September 18, 2014 16:34

Use the Category List webpart.

Title: <asp:HyperLink ID="lnkCategoryList" runat="server" EnableViewState="false"></asp:HyperLink>

Description: <%# Eval("CategoryDescription") %>

0 votesVote for this answer Unmark Correct answer

Recent Answers


Terrence Foulk answered on September 17, 2014 16:45

Does anyone know of a way to make this happen?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.