Posted
on Feb 23, 2012
(permalink)
for starters, you'll either need to look at the ItemDataBound (if you need to look at the actual content of the control) event or the ItemCreated event (for the control without any data)
in the ItemDataBound event, cast the e.Item to ??? not sure what the object is, it depends on a bunch of criteria
then isolate the TableCell of the column you are interested in, then within that column tease out the control you want
hope that helps