I have a repeater control, within my itemtemplate is a checkbox.

Is there anyway I can trap its CheckChanged event, it doesn't show up in the page class.

I know how to get to it using findcontrol but can I add a handler to it?

Thanks