I've created a custom repeater control with two seperate ItemTemplates. The first Template is to display Featured Items, and the second to display unfeatured items so that they can be chosen as featured items. The featured template also renders empty 'slots' that the items chosen as featured can be added to.The problem I'm having is that buttons in the Featured Template fire off a repeater command event no problem, however the ones in the normal item template don't fire the event at all, but do post back causing the normal item template to render blank, but the items in the featured item template still render normally.