Tagged Questions
The radiobuttonlist tag has no wiki summary.
6
votes
3answers
5k views
Strongly Type RadioButtonlist in MVC 3
I am using MVC 3 razor. I want to get some options (say payment method cash ,credit card etc) and bind these to radio buttons. I believe there is no RadioButtonList in MVC 3. Also Once radios are ...
6
votes
5answers
12k views
Set a CSS class on an ASP.NET RadioButtonList ListItem
Is there any way to set a CSS class on an input item in a radio button list? I'd like to reference these form values by class in jQuery.
Given an ASP.NET RadioButtonList with classes set on the ...
6
votes
5answers
44k views
Calling onclick on a radiobutton list using javascript
How do I call onclick on a radiobutton list using javascript?
3
votes
1answer
76 views
All Radio button groups are click or not
In ascx user control, a radiobuttonlist control is there:
<asp:RadioButtonList ID="TrueFalse" runat="server" onclick="Radcheck();"
Font-Bold="True" ...
3
votes
3answers
1k views
How to make a radio button look like a toggle button
I want a group of radio buttons to look like a group of toggle buttons (but still function like radio buttons). It's not necessary that they look exactly like toggle buttons.
How can I do this only ...
3
votes
3answers
1k views
RadioButtonList without the Radio Button Circle?
basically, i just want the RadioButtonList without the radio button on it, i will code the rbl so that selected items have a different background color and make it look more professional, the radio ...
3
votes
2answers
8k views
How do I add space between items in an ASP.NET RadioButtonList
I've got an ASP.NET RadioButtonList that displays four items using RepeatDirection="Horizontal" to display them on a single line. I'm using RepeatLayout="Flow" to avoid the markup for a table. ...
3
votes
1answer
585 views
How to tell RadioButtonList to NOT generate a table
When I set up a RadioButtonList it creates a table layout for it and I don't want this... how do I get rid of it?
It might be a duplicate but I've searched and haven't manage to find a question like ...
3
votes
3answers
6k views
Jquery get Selected Radio Button from List on page load
I was wondering if anyone can post an example of how to get a selected radio button option from an asp.net radio button list control via jquery on the loading of a page.
Thanks
3
votes
4answers
765 views
How can I display text beside each radiobutton when loading a radiobutton list from an enumeration?
I am loading a radiobutton list from an enumeration (vertically displayed).
I need to show text that describes each radiobutton selection.
I am loading it in the codebehind.
2
votes
2answers
75 views
Null Reference Exception of RadioButtonList value
I have a DataList that Displays some Posts with a RadioButtonList inside where it contains 5 choices from 1 to 5, however when i try to get the selected value of theRadioButtonList, it throws Null ...
2
votes
2answers
96 views
Retrieving postback values of dynamically created RadioButtonList does not work
The situation is as following:
I am creating a survey where there are X questions and each question could be answered with six choices. Since there is only one choice allowed, I use a RadioButtonList ...
2
votes
1answer
368 views
clear drop down on radiobutton selected index changed
I have a devexpress calendar. The calendar has built in functions for grouping calendar by resource(which is location in my case). SO, I wrote my logic for making the calendar group by class name and ...
2
votes
2answers
719 views
Dynamic radiobutton set an added listitem as selected
Hi I have a dynamic radiobutton
aspx-file
<asp:RadioButtonList ID="MoneyTransfer" runat="server" CssClass="darkgrey">
</asp:RadioButtonList>
aspx.cs-file
...
2
votes
1answer
153 views
Databind to object parameter that has one or more optional parameters
I have an object, called 'PERSON'
This person object has a title, firstName & Surname property as well as many other which are at the moment irrelevant. It also has a read only property called ...
2
votes
1answer
587 views
C# & Dynamic Radio Button List | Incorrect Radio Button Value on Submit
Here is my code to load the rbl:
protected void rblContentTypesGetAll_Load(object sender, EventArgs e)
{
DataTable dt = new DataTable();
using (SqlConnection con = new ...
2
votes
2answers
466 views
method won't assign value to selectindex correctly, asp.net radiobuttonlist
I have a page with a radiobuttonlist and textarea. data is displayed dynamically within the textarea based on the user's selection. i also set up a ...
2
votes
2answers
491 views
Google App Engine + Form Validation
I would like to do google app engine form validation but I dont know how to do it?
I tried like this:
from google.appengine.ext.db import djangoforms
from django import newforms as forms
class ...
2
votes
1answer
999 views
dynamically created radiobuttonlist
Have a master page. The content page has a list with hyperlinks containing request variables. You click on one of the links to go to the page containing the radiobuttonlist (maybe).
First problem: ...
2
votes
2answers
3k views
RadioButtonList is unchecked after postback
When i clicked a button control on asp.net page, my radiobuttonlist is returning back unchecked after postback.
<asp:RadioButtonList ID="rblSgkOzel" runat="server" EnableViewState="true">
...
2
votes
2answers
159 views
How can I make my RadioButtonList show up stacked vertically?
I have a RadioButtonList on my .aspx page and I load it in the codebehind.
How can I have it show vertically?
2
votes
2answers
3k views
WPF RadioButton groups in Xaml
In the WPF app we are building, we have 3 groups of RadioButtons in individual StackPanels side by side. We are trying to program the following behavior. When tabbing through the form, we don't want ...
2
votes
6answers
5k views
ASP.Net RadioButton visibility inside a RadioButtonList
Is there a way to hide radio buttons inside a RadioButtonList control programmatically?
1
vote
3answers
25 views
Is there a way to define a default value to be selected in an HTML Form of Radio Buttons?
<body>
<form>
<input type="radio" name="amount" value="10"/> $10 
<input type="radio" name="amount" value="25"/> $25 
<input type="radio" ...
1
vote
3answers
26 views
Center RadioButtonList inside a panel
I cannot seem to be able to center my RadioButtonList inside a panel. It always seems to e left justified. No matter what I try.
My current code is:
<asp:panel ID="Panel1" runat="server" ...
1
vote
1answer
9 views
Event of radiobuttunList which defined in userControl
I want to write change() for radiobuttunList.
My radio button is in user Control.
So I am writing jquery function in main page.
Can any one help me?
...
1
vote
3answers
160 views
jQuery Function to get RadioButtonList Value
I have the following HTML code:
<tr>
<td>
<span>Random question here?</span>
</td>
<td>
<asp:RadioButtonList ID="someList" runat="server" ...
1
vote
0answers
168 views
RadioButtonList SelectedIndex not changing
i have simple radio button list, with static ListItems which i never change. When user selects radio and press submit button, selected index is back to -1. I am not using any UpdatePanels, i havent ...
1
vote
1answer
72 views
ListItem's value gets replaced by the text on DataBind
I'm at a bit of a loss on this one and haven't been able to find anything helpful in my searches so I'm hopeful someone can help me out here.
I've got a RadioButtonList that I'm adding a List of ...
1
vote
1answer
91 views
Group multiple RadioButton lists
I have several Radio Button lists on my page, each lists items under different categories, so they are listed under different headings.
I only want one item to be selected across all the lists ...
1
vote
1answer
217 views
Radiobuttonlist selected value
Could someone help me with this solution, stuck on it.
I have a list and filling radiobuttonlist with data, but I can't get selected value when i press submit button.
...
1
vote
3answers
201 views
how to create datasource for radiobuttonlist?
I want to create several items for radiobuttonlist by myself, the item has text and value properties. How to do it in c#/asp.net? Thanks in advance.
1
vote
1answer
331 views
Radio Button List Layout ASP .Net
I'm having trouble achieving desired layout for radiobuttonlist. I want the output to look like the image below.
Damn, it won't let me upload an image. Here is a link.
...
1
vote
2answers
72 views
Radiobuttonlist in Asp.net
My problem is i want to store Practical Monthly plan in database as per my requirement i have to display Monthly and 3 Month's Plan in webform please help me i need the code with C#
RadioButtonList ...
1
vote
1answer
32 views
Spanning a RadioButtonList over 6 DIVS
Question about the <asp:RadioButtonList> class. I have a 2 row, 3 column DIV setup with Radio Button options like this:
() Option 1 | () Option 2 | () Option 3
...
1
vote
3answers
1k views
Get selected radio button list value from radio buttons inside a Repeater
I have a radiobuttonlist inside a repeater. I am showing a screenshot of what this looks like. I have column headers inside the header template of the repeater. In the item template, I have the 4 ...
1
vote
1answer
122 views
Double mouse-click event for RadioButtonList
I have a RadioButtonList with several ListItems. As user click before thinking they select an option even if they don't need it here.
Is it possible to set the SelectedIndex of a RadioButtonList to ...
1
vote
2answers
457 views
RadioButtonList: OnSelectedIndexChanged not firing
I have an aspx page where i dynamically add a radiobuttonlist with OnSelectedIndexChanged event. In the event i check for the selected items. i have 2 items.
For the first item,the event is firing ...
1
vote
2answers
403 views
how to process strongly typed MVC3 view where model has nested collections?
i have a model that has a Collections of "Questions". Each Question has a collection of "PossibleAnswers". The possible answer objects have an isAnswer property which should be bound to the selected ...
1
vote
2answers
805 views
Radiobuttonlist event not always firing
I have a radiobuttonlist with a selectedindexchanged event that updates a search function. One of the items is specified in the aspx, and the others are appended databound items. No matter what I ...
1
vote
4answers
2k views
How to loop through a radio button list
I searched online and didn't find a good method to select radiobuttonlist control in .net
So I add a class to each radiobuttonlist and using class selector to loop each, however, it seems that ...
1
vote
1answer
549 views
Uncheched RadioButtonList doesn't fire SelectedIndexChanged
I have a RadioButtonList with some fixed element and a default selected. If I uncheck the selection with javascript, on postback the SelectedIndexChanged event is not fired.
I would expect that the ...
1
vote
3answers
358 views
Why a radiobuttonlist always take a new row?
This is a question about layout. I'm developing a .net page, whenever I add a radiobuttonlist right after a label, it comes down to next row. But in the code side, it still within the same row. The ...
1
vote
2answers
1k views
How to check that at least one RadioButtonList has an item selected?
I have 20 RadioButtonLists on a page.
I need to create a validation method to ensure that at least one of these RadioButtonLists has an item selected.
What kind of validation would I need to use for ...
1
vote
1answer
389 views
Radiobuttonlist results not working when rbl's dynamically created
I have 20 radiobuttonlists which are dynamically created - then declared when a form is submitted.
I also have some code which totals the number of answered questions and the total value of the ...
1
vote
1answer
163 views
Panel containing RadioButtonList does not recognize default button
I have multiple controls within a panel. The last control within the panel is a radio button list. The panel has a default button of "Submit", located outside of the panel on tha page. The page ...
1
vote
0answers
297 views
How do I bind Image to Radio button List in Windows Form
I want to bind Image instead of Text for Radio button in Radio Button List in Windows Form.
How can i do that?
Please mention if any alternatives.
1
vote
1answer
934 views
RadioButtonList Postback Issues
Environment: ASP NET 2.0 - Production Server does not have Ajax Control Toolkit so no real Control toolkit to use here.
3 RadioButtons List:
List one loads, after postback, the item from list one is ...
1
vote
4answers
1k views
onchange not working with radio button
I have a few radio buttons which should call hider(something); when they change, meaning when they are checked or unchecked. This works, i.e. when checked they call the JS function, however, if ...
1
vote
1answer
434 views
asp.net, radiobuttonlist, show record number in url
i have a radio button list that on selecting, queries a table and displays data in a textarea. now i'm trying to enhance my code so that the value of the radio button is displayed within the URL. that ...