kentico_helenag
-
10/24/2012 2:24:23 AM
RE:A nested CMSRepeater that sorts Document Names into alphabetical sections
Hi,
you can use the nested repeaters and use a dynamic Where condition like:
DocumentName LIKE <eval the proper letter here>%
We use a bit similar index in Site manager -> Administration -> Users, but not using nested repeaters because it displays only all records or one letter only. However, you can take inspiration there. You can see its code in:
~\CMSModules\Membership\Controls\Users\UserFilter.ascx.cs
methods:
CreateAlphabetTable() AdvancedSearch()
Best regards, Helena Grulichova
|