On my page I have a repeater - and I have a list of documents (list items) bound to this repeater. For each item bound, I would like to include to the OOTB SharePoint rating control. And, obviously, when the user chooses a rating - the corresponding list item will be rated via code included in some sort of event handler for the rating control. Is this possible? Or must a compositefield only tie back to a particular fieldname (i.e. a field of the current list item - which isn't really appropriate for this scenario).
Thanks a lot.