腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
使用C#
获取
datalist中SelectedIndexChanged事件上
RadioButtonList
的SelectedValue
、
RadioButtonList
中选择一个选项时,
所选
的选项及其问题id都应该存储在数据库中。我不知道
如何
在SelectedIndexChanged事件上
获取
问题ID,但我在SelectedIndexChanged上尝试了以下代码来
获取
所选
的选项
值
,但这也不起作用。
RadioButtonList
rbl = (
RadioButtonList
)DataList1.FindControl("
RadioButtonList<
浏览 2
提问于2016-07-22
得票数 0
5
回答
如何
从
RadioButtonList
中
获取
所选
值
?
、
我的页面上有一个通过数据绑定填充的
RadioButtonList
</asp:
RadioButtonList
><asp:Button Text="Submit" OnClick="submit" runat="server" />
如何
获取
用户在"sub
浏览 0
提问于2008-12-18
得票数 35
1
回答
获取
RadioButtonLists中所有ListView的选定
值
、
、
、
、
我有一个ListView来创建几个
RadioButtonList
,然后在单击按钮后
从
每个
RadioButtonList
中
获取
所选
的
值
。asp:Label runat="server" Text='<%# Eval("Texto") %>' /> <asp:
RadioButtonList</
浏览 2
提问于2015-05-06
得票数 1
回答已采纳
2
回答
我想要
获取
选定的单选按钮
值
我想要
获取
选定的单选按钮
值
,我的所有单选按钮都在同一组中,请帮助 <td><p>Communication</p></td> <td
浏览 1
提问于2018-05-07
得票数 0
1
回答
如何
在ASP.net单选按钮中显示数据
、
、
、
如何
在ASP.net中的单选按钮中显示来自另一个源的数据。 我想显示给这个1表示是,但结果仍然是否。 看到文本框的数字1是getResident.Text。
浏览 6
提问于2022-02-28
得票数 0
1
回答
如何
从
我的数据库填充
RadioButtonList
、
、
我想编辑用户名"Peter Chew“角色
从
”工作人员“到”管理员“。
浏览 10
提问于2016-07-19
得票数 0
回答已采纳
4
回答
如何
在.NET中枚举单选按钮列表?
、
如何
在.NET中枚举单选按钮列表?
浏览 0
提问于2009-05-01
得票数 1
1
回答
单选按钮列表-使用jquery和读取值访问点击/更改(使用绑定绑定rbList
值
)
、
、
我正在尝试访问用户选择的单选按钮选项的
值
。单选按钮列表中的单选按钮是通过使用数据源进行绑定而生成的
radioButtonList
.DataBind();$('#<%= rbDepartment.ClientID %>').change(function() { alert(&quo
浏览 2
提问于2011-09-16
得票数 0
回答已采纳
1
回答
使用ASP.Net ListView.ExtractItemValues,
如何
在ListViewDataItem的
RadioButtonList
中
获取
所选
项目?
、
、
我尝试在ASP.Net ListView中遍历ListViewDataItems,并使用ListView.ExtractItemValues
从
DataBoundControls中
获取
值。这在ITextControls上工作得很好,但我在从
RadioButtonList
中
获取
所选
项目时遇到了困难。runat="server" Text='<%# Bind("Question.QuestionText") %>' />
浏览 3
提问于2009-04-07
得票数 0
回答已采纳
1
回答
RadioButtonList
选择特定索引
if(
radioButtonList
.SelectedValue = 1){ } 我有一个有3个不同索引的单选按钮列表。我该怎么说呢?
浏览 1
提问于2014-07-28
得票数 1
2
回答
如何
从
RadioButtonList
中
获取
选定的RadioButton对象
如何
在SelectedIndexChanged事件中
从
RadioButtonList
中
获取
所选
的RadioButton对象??
浏览 3
提问于2011-10-25
得票数 1
回答已采纳
1
回答
来自动态创建的
radiobuttonlist
vb的SelectedValue
、
、
我试图在Visual 2012中创建一个测试网页,并在表中动态创建的无线电按钮列表中
获取
所选
值
时遇到了一些困难。Dim NewCell As New TableCellrblOptions.IDNewRow.Cells.Add(NewCell)Questions.Ro
浏览 7
提问于2015-05-17
得票数 2
回答已采纳
4
回答
设置RadioButton的value属性
、
、
、
我需要建立一个单选按钮列表,基于我
从
我的数据库返回的数据。每个按钮都需要有一个与之相关联的
值
,我可以根据
所选
的按钮
获取
该
值
。理想情况下,我只需要使用
RadioButtonList
控件,但是,我需要有一个
RadioButtonList
似乎无法处理的非常自定义的布局。但是,RadioButton上似乎没有Value属性 是否有其他方法可以为RadioButton控件设置
值
?或者,一种完全自定义
RadioButtonList
输出的方法。
浏览 2
提问于2012-02-21
得票数 9
回答已采纳
1
回答
获取
asp.net单选按钮使用jQuery按钮集时在代码后台列出选定的
值
、
、
当页面回发时,我需要在服务器端代码中
获取
所选
值
。如果我不应用jQuery按钮集,这当然很简单--只需抓取"SelectedValue“即可。但是,当我应用jQuery按钮集时,选定的
值
在回发时似乎不再可用。有没有办法解决这个问题,或者我需要在客户端
获取
选定的
值
,然后自己将其传递回来?<asp:
RadioButtonList
ID="
RadioButtonList
0" CssClass="ratingButt
浏览 1
提问于2010-09-20
得票数 0
回答已采纳
1
回答
根据RadioButton选择进行TextBox过滤
、
、
我有一个
RadioButtonList
和一个TextBox。根据
RadioButtonList
选择,我想过滤文本框。<asp:
RadioButtonList
ID="
RadioButtonList
1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="
RadioButtonList
1_SelectedIndexChanged"> &
浏览 0
提问于2012-11-07
得票数 0
回答已采纳
2
回答
获取
动态创建的
RadioButtonList
的
值
、
、
、
我有一个用这种方式创建的asp单选按钮列表:我无法在javascript中
获取
所选
项目的
值
。以下是我的代码部分:for (var j = 0; j < _rad.length;
浏览 1
提问于2011-06-06
得票数 0
3
回答
从
DataGrid
获取
数据
、
、
我正在用一些
值
填充一个C# DataGrid,当我单击它时,我想从一个单元格中检索一个
值
。我
如何
在.NET 1.1框架中做到这一点?
浏览 0
提问于2009-03-10
得票数 2
2
回答
如何
将
RadioButtonList
.SelectedIndex带入Int数组?
、
、
、
、
我只是想在OnSelectedIndexChanged事件上将
radiobuttonlist
的SelectedIndex放入一个整型数组中。我正在更改标签中的问题和
RadioButtonList
中的答案。
值
来自数据库。我正在动态地改变
RadioButtonList
,但是如果我选择一个答案,然后点击next按钮,然后按previous按钮返回,我的选择就会消失。因此,我有一个逻辑,就是将
所选
索引存储在一个整型数组中,然后在下一个和上一个按钮上调用索引
值
,并放入
RadioButton
浏览 2
提问于2012-03-28
得票数 0
1
回答
如何
在弹出控件扩展器中
获取
文本?
、
我正在使用弹出控件extender.but,我只
从
单选按钮列表中
获取
所选
值
的索引。我想
获取
文本<div class="FloatRight"> <asp:
Radi
浏览 0
提问于2012-02-15
得票数 0
回答已采纳
1
回答
如何
根据
所选
单选按钮选择不同的数据库行
、
、
我可以知道
如何
根据
所选
的单选按钮查看不同时期的交易吗?
浏览 0
提问于2012-07-15
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券