在你的 Repeater1的ItemCommand时间里获得控件,取得数据
protected void Repeater1_ItemCommand(object source, RepeaterCommandEventArgs e)
{
CheckBox ckbox=(CheckBox) e.Item.FindControl("checkbox");
}
import mx.controls.Alert;
[Bindable]
private var dp:Array = [1, 2, 3, 4, 5, 6, 7, 8, 9];
]]>