在repeater中放了radiobutton控件且autopostback=true当点击以后并没有调用repeater的回调方法
protected void Repeater1_ItemCommand(object source, RepeaterCommandEventArgs e)
    {    }但是ImageButton控件却可以!
什么原因呢?