Represents a list control that encapsulates a group of radio button controls.
1
vote
2answers
30 views
How to uncheck a radio button in struts2 using javascript
I have the following radio button. After selecting any radio button, I have a button "CLEAR". On clicking this button, the radio button should be unchecked. Could anyone help me with this? Thanks in ...
0
votes
0answers
17 views
Dynamic RadioButtonList on PostBack does not set the label but all other post backs do
This is really simple, when i click a radiobutton in the radiobuttonlist I want to set the value of a label. However when it happens I can see in the debugger that the value is such but it does not ...
0
votes
3answers
28 views
Radio button malfunctioning when used inside label tag
i am working on html and CSS. i have to add 5 radio buttons to my page and i have added within <label> tag. but when i look for the page. it shows all the radio buttons selected and also i am ...
0
votes
2answers
54 views
SelectedIndexChanged event not firing for 1 list item
I have a radiobuttonlist, a label, and a dropdown as follows:
<asp:RadioButtonList id="rbList" runat="server" AutoPostBack="true" EnableViewState="false"
...
1
vote
3answers
69 views
jQuery- Add text to same line of each radio input
So I am trying to make a dynamic quiz and am struggling with adding text to my radio inputs. I use a for loop to make several radio inputs. I would like the text to be on the same line as each radio ...
0
votes
3answers
44 views
How to change the font size of a Radio button ListView?
I found many solutions on how we can customise the font size of a listView but none of them work when im trying to implement a radio button listview. Whenever I try and apply the same there the radio ...
0
votes
0answers
19 views
AutoPostBack not working on RadioButtonList ButtonSet in IE (multiple versions)
I have a RadioButtonList with autopostback=true and a jquery .buttonset() setup on a very simple page (within a website project if that matters). The Postback on the radiobuttonlist doesn't seem to be ...
0
votes
1answer
56 views
How to set asp radiobuttonlist selected item in jQuery
I have two radio button lists. I want to set the selected item in jQuery when the document is fully loaded. I have function that seems to set the checked value, but doesn't actually change what shows ...
0
votes
0answers
45 views
Asp.net controls in Div tag are not visible when Div tag is visible?
I'm trying to show/hide a Div tag (which contains other asp.net controls) on a RadioButtonList OnSelectedIndexChanged event.
Issue: When i show Div tag, the controls in the Div tag are not visible. ...
0
votes
2answers
51 views
Missing selected value from RadioButtonList after PostBack
First the page loads and shows an empty textbox and a button "GO"
Upon clicking the button "GO" a radioButtonList already in the page is loaded from a table based on the text in the textbox.
The ...
0
votes
1answer
42 views
Yii: Issue in RadioButtonList
Problem in radioButtonList. I am having two radio buttons as shown below. I am performing AJAX action on first radio button.
But when I try click the second radio button, the first one is not getting ...
0
votes
1answer
44 views
set two radio butons in one row then next two radio is on second row and so on
i want to set 2 two radiobuttons one row , then next 2 radiobuttons on second row dynamically(Programetically) I am new to android any body have idea or sample code of it. What i have do is:
...
0
votes
0answers
20 views
Insert based upon RadioButtonList selection
I am using a DetailsView to insert an entity called "Requirement" to my database.
The DetailsView is insert by default. I have TemplateFields with Insert Item Templates containing TextBoxes bound with ...
2
votes
1answer
631 views
Get radiobutton selected according to value in database using mvc3
i have a radiobutton list in my create view.It is generated along with checkbox when selecting a dropdown.
@model IEnumerable<Admin.Models.viewmodel>
@foreach (var item in Model)
{
...
0
votes
2answers
112 views
Check radio button in RadioButtonList based on value read from database [closed]
I have a RadioButtonList and I would like to select a radio button in this list based on a value read from a database. Once I read the value from the database, how do I then make the radio button in ...
0
votes
2answers
96 views
Android ListView with RadioButton
As simple as this seems I have not been able to find an easy way solution to this, I have a simple radio button list view and I want to extract the value of the radio button selected on button click ...
1
vote
1answer
154 views
Fail to clear selected item with Javascript on inherited ASP.Net RadioButtonList
I need to clear the selected item from a custom RadioButtonList, but its not working on postback.
I've got a custom control that inherits from the ASP.Net RadioButtonList.
When the control has an ...
0
votes
2answers
263 views
My RadioButtonList won't append Query String or show selected value after Postback - C# & .Net
I have 2 issues. On an aspx page, I have 3 RadioButtonLists (aka RBL)that gets each of their data from a database table. Upon selection on any RBL, a postback occurs to the same page and the value ...
0
votes
0answers
15 views
input.name must be defined manually instead of using (input.name.match(/^Set\d+$/))
I'm using JavaScript to calculate values from type="radio". Each set of radio buttons is defined by
"Set1" = first row
"Set2" = second row
The JavaScript uses the following to define the rows.
var ...
0
votes
1answer
339 views
Dynamically adding checkboxlist or radiobuttonlist with variable length to gridview
in my developing application of online test, i have stumbled upon a new possibility today about variable length radiobuttonlist/checkboxlist options. As in general/common systems we have only 4 ...
-1
votes
1answer
112 views
Add hyperlink/label to checkboxlist
How do I created a checkboxlist with a hyperlink/label next to (or under) the first list item?
E.g.
[] listitem1 *hyperlink*
[] listitem2
[] listitem3
OR
[] listitem1
*hyperlink*
[] ...
0
votes
1answer
61 views
java radio buttons in jface automatically setting the first button to true
Here is a puzzler, every time I create a group of radio buttons in SWT/JFace, the first button is always true, but if create a standard button and call it to reset the radio button it will reset to ...
0
votes
1answer
247 views
alignmnet in radio button list asp.net vb
I'm confused with the alignment setting of the radio button list in asp.net, it shows in visual basic like this.
But if i compile it, it shows in my browser like this.
My code for this radio ...
0
votes
1answer
512 views
asp.net: How to manually (c#) select radiobutton in radiobuttonlist inside gridview from Session
Im having problems after postback in asp.net / c#. All radiobuttlists in gridview are cleared on postback (one radiobuttonlist on each row). So I save them to a Session variable.
But I cant set them ...
1
vote
3answers
54 views
how to get dynamically created radibuttonlist's count with jquery
How do you get the count of dynamically created Asp.Net Radiobuttonlist's count ?
here is my radiobuttonlist
<asp:RadioButtonList ID="rbl_poll" runat="server"></asp:RadioButtonList>
I ...
0
votes
1answer
135 views
Selecting radiobutton from codebehind
I have a set of three RadioButtons on my aspx page:
On pageLoad I am setting the default value from code behind using the following code:
rbListAccess.Items.FindByText("Page1ScoreCard POC").Selected ...
0
votes
1answer
29 views
Headings inside of RadioButtonList
I've noticed that there is no chance to have different headings inside between ListItems in a RadioButtonList. So I have to splitt upp to diffrent RadioButtonList to be able to have headings.
Is it ...
1
vote
0answers
104 views
How to wrap long radiobutton label in extjs
My above radion button wraps the label, but it is not aligned properly. It should align right below the first text on the top. Is there a config I have to set inorder for the labels to wrap ...
0
votes
1answer
77 views
Data text field displaying as system.Byte in radiobutton list
I have a radio button list and i am binding it with a combination of two column as data text field.BUt it is displaying as system.Byte for data text field.It is working fine on local but on hosting it ...
0
votes
0answers
36 views
ASP.NET RadioButtonList renderItem remove <label>
This is how RadioButtonList is rendered.
<span id="RadioList">
<input id="RadioList_0" type="radio" name="RadioList_0" Value="1 Excellent"/>
<label ...
1
vote
2answers
167 views
How to add another element to Yii radioButtonList template?
I need the radioButtonList with tooltip after each element.
I use this code:
<?php echo $form->radioButtonList($model, 'Field', CHtml::listData(FieldDataModel::model()->findAll(), 'id', ...
0
votes
2answers
152 views
radiobuttonlist
Hey guys I have a page with multiple radiobuttonlists and a clear selection button for each list to clear the list if pressed. The problem is with my current code if I press the clear selection button ...
0
votes
2answers
253 views
radiobuttonlist selectedindexchanged event firing unexpected
I have a radiobuttonlist I change the selected item in codebehid
private void DisplayPrivacyTerms(long ImageId)
{
if (ImageryDataAccess.GetImagePrivacyTerm(ImageId).ToLower() == "me only")
{
...
2
votes
2answers
381 views
Is it possible to hide a particular list item of radiobuttonlist programatically?
I have used gridview in my aspx page.. In that i have a six radio buttons in a single cell aligned horizontally..
I need the 1st radio button to be hidden.. How to achieve that programatically?
...
0
votes
0answers
108 views
cannot change table cell width with dynamic controls
I am creating a dynamic table in code-behind. The first row, in the first cell has a dynamic radiobuttonlist, and in second cell, a textbox as below:
The second row just uses a colspan=2.
I'd ...
1
vote
1answer
259 views
How to set fixed table border width for variable cells width
I have several RadiobuttonLists and all the label texts for list items have different widths. E.g.
RadiobuttonList #1
(o) this is a really long label [textbox]
(o) this is another really ...
3
votes
3answers
3k views
Getting value from html radio button - in aspx-c#
I have the following HTML source
<form name="Register1" action="Register.aspx" id="registerform" method="post"
runat="server" style="margin-top: 15px;">
<input type="radio" ...
0
votes
1answer
438 views
Hide/Show Radio Button List Item using javascript
I have a drop down list, say ddlTest, which has Opt1, Opt2 as items. On the same page I have a radio button list, with list items as rblItem1, rblItem2 and rblItem3. Now if a user selects Opt2 in the ...
0
votes
2answers
214 views
List with multiple radio buttons in android
I'm developing an application with the list of member who participating in different events.
A group of people participating in a group of Games. But one person can participate in only one game. So ...
0
votes
0answers
89 views
Dynamic Textboxes next to the RadioButtonLists
I need to dynamically create multiple RadiobuttonLists in the code behind which I have no problem with. But on top of that, certain ListItems in each RadiobuttonList should also have a textbox next to ...
-1
votes
1answer
180 views
Radiobuttonlist not alignment issues
I've just started using Visual Studio 2012 Express WEB and am having a lot of issues with some of the controls I am creating in code-behind.
For example, for my RadiobuttonList, the actual radio ...
0
votes
1answer
159 views
How can we display grouped radio buttons horizontally in WPF?
How can we display Vertical radio button in horizontally manner in WPF
I am working on a WPF project and I am using this code to create a list box radio group which is bind with my Data Srouce.
I ...
2
votes
1answer
218 views
radio button list event not firing all the time
I have a very strange issue with a radio button list where it works fine but after a few clicks it doesn't seem to fire the SelectedIndexChanged event and just remains on the same value after ...
0
votes
1answer
213 views
Adding a CheckBox to a singlechoice set AlertDialog
I want to add a checkbox to this standard AlertDialog wiht a single choice list
new AlertDialog.Builder(this)
.setSingleChoiceItems(R.array.difficultyLevel_list, 1, new ...
0
votes
1answer
72 views
How do I Associating a Label to RadioButtonList control so it is 508 compliant?
I have tried several methods to get this control to pass 508 compliance testing, but they all seem to fail. I do not get feedback from the tester’s, only pass/fail.
I suspect is has to do with the ...
1
vote
4answers
557 views
ASP.net getting RadioButtonList value on content page with javascript
I'm having a problem with my JavaScript code having moved it over to a content page in ASP.
It worked perfectly on a stand alone page.
<script type="text/javascript">
function ...
-1
votes
1answer
64 views
how to hide a li when a radio is clicked
once the object is clicked and the li containing a div with radio buttons is shown it does not hide nor does the radio on click close the li.
please see the code example below. think im not targeting ...
1
vote
1answer
182 views
How to assign radio buttons a value in javascript
What I need to do is turn the 4 different values (when clicked) on the page into a number that I can use to calculate the output in the chart.
http://jsfiddle.net/nlem33/eyGMu/7/
var min_value = 0,
...
3
votes
1answer
341 views
asp.net radiobuttonlist will not selectindex
I have a radio button list...
<asp:RadioButtonList ID="rblCollectOptions" runat="server" CssClass="radiolist">
<asp:ListItem Value="Collect" Text="Collect from this ...
0
votes
1answer
336 views
How to get the value of Radiobutton Listitem using Javascript
I want to get the value of the selected item of a radiobutton List using javascript.
My code is:
<asp:RadioButtonList runat="server" ID="Radio" RepeatColumns="3" CssClass="textfont">
...






