C# Repeater获取CheckBox值

<asp:RepeaterID="shuchu"runat="server"><ItemTemplate><tablecellpadding="0"cellspacing... <asp:Repeater ID="shuchu" runat="server">
<ItemTemplate>
<table cellpadding="0" cellspacing="0" style="width: 62%; height:25px; font-size:12px; text-align:center;">
<tr>
<td class="Added03" style="width:15%;"><%# Eval("Column_name")%></td>
<td class="Added03" style="width:15%;"><%# Eval("Introduction")%></td>
<td class="Added03" style="width:10%;"><%# Eval("Coding")%></td>
<td class="Added03" style="width:10%;"><%# Eval("Number")%></td>
<td class="Added04" style="width:12%;"><asp:CheckBox ID="checkbox" runat="server" /></td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>

怎样在后台获取值。
CheckBox

怎样获取选择的值。
展开
 我来答
挺胸抬头向太阳
2010-05-27 · TA获得超过385个赞
知道小有建树答主
回答量:298
采纳率:33%
帮助的人:170万
展开全部
protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e)
{
CheckBox c=(CheckBox)e.Item.FindControl("checkbox");
//checkbox是Web页链局闭皮面中CheckBox的ID,然后你就能对这个CheckBox进行操作了
bool b=c.IsChecked;
}

补充2楼的.
还要加东西
protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e)
{
if (e.Item.ItemType == ListItemType.AlternatingItem || e.Item.ItemType == ListItemType.Item)
{
CheckBox c=(CheckBox)e.Item.FindControl("checkbox");
//checkbox是Web页面中CheckBox的ID,然后你就能对这个CheckBox进行棚态让操作了
bool b=c.IsChecked;
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友52c2bed
2010-05-27 · TA获得超过1156个赞
知道小有建树答主
回答量:761
采纳率:0%
帮助的人:1036万
展开全部
protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e)
{
CheckBox c=(CheckBox)e.Item.FindControl("checkbox");
//checkbox是Web页面中CheckBox的ID,返纤芹然竖蚂后你就能对这个CheckBox进行操作了漏毕
bool b=c.IsChecked;
}
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wpf8866
2010-05-27 · TA获得超过106个赞
知道答主
回答量:104
采纳率:0%
帮助的人:78.7万
展开全部
shuchu.DataSource = mn.GetAllNews();

shuchu.DataBind();
这个是穗渗你查询数凳镇据的那个猜粗脊方法 mn.GetAllNews();
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式