asp.net repeater 中怎么获取checkbox 选中行的数据?

2024-12-27 22:05:44
推荐回答(2个)
回答1:

在你的 Repeater1的ItemCommand时间里获得控件,取得数据
protected void Repeater1_ItemCommand(object source, RepeaterCommandEventArgs e)
{
CheckBox ckbox=(CheckBox) e.Item.FindControl("checkbox");
}

回答2:




import mx.controls.Alert;
[Bindable]
private var dp:Array = [1, 2, 3, 4, 5, 6, 7, 8, 9];

]]>

paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10" horizontalCenter="4" verticalCenter="-14">