I have an ImageButton inside a repeater control. I have attached an eventhandler to the OnClick event of the ImageButton. But when I click the ImageButton the event does not
Inside a repeater control, a button does not behave the same way as out.
You need to set the "CommandName" property of the button and in the Repeater.ItemCommand event check for that command name and do your logic there.