I hate finding controls in repeaters, there is no easy way … it’s sloppy, ugly and prone to errors. Here’s how I’ve done it in the past Assume: Repeater control “rptrMyDocumentComments” Control location is within the reapeater header (or footer) Header: rptrMyDocumentComments.Controls[0] Footer: rptrMyDocumentComments...