取GridView的模板中RadioButtonList的id时,提示NewSelectedIndex没有定义,怎么办?

代码为RadioButtonListrbl=GridView1.Rows[e.NewSelectedIndex].Cells[5].FindControl("RadioB... 代码为RadioButtonList rbl = GridView1.Rows[e.NewSelectedIndex].Cells[5].FindControl("RadioButtonList1") as RadioButtonList;
.aspx文件中的代码为<asp:TemplateField>
<ItemTemplate>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True"
onselectedindexchanged="RadioButtonList1_SelectedIndexChanged">
<asp:ListItem Value="A"></asp:ListItem>
<asp:ListItem Value="B"></asp:ListItem>
<asp:ListItem Value="C"></asp:ListItem>
<asp:ListItem Value="D"></asp:ListItem>
</asp:RadioButtonList>
</ItemTemplate>
<ControlStyle Width="100px" />
<ItemStyle Width="100px" />
</asp:TemplateField>,请高手帮忙,谢谢啦。
展开
 我来答
liushaojie1988
2010-12-21 · TA获得超过227个赞
知道小有建树答主
回答量:716
采纳率:50%
帮助的人:230万
展开全部
你在哪个事件里写的啊

protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
{
这个地方的e基本上没什么用,除非取父级然后强制转换
}

protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
{
e.CommandArgument;
e.CommandName;
e.CommandSource;
}

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.RowIndex;
}

你自己看看应该明白了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式