Questions tagged as 'radiobutton'

0
answers

Multiple radiobutton selection

I am making a registration form that has the Add more fields link and when the person clicks on it, multiplies the form fields. One of these form fields are 2 radios buttons, which are "Yes () No children" , and when you click to add more fie...
asked by 05.03.2015 / 21:02
2
answers

WebGrid with RadioButton

I want to select a WebGrid line through a RadioButton and click the Preview button, / em> with the selected line information. How do I pass information from the selected line to controller ? CSHTML: @model IEnumerable<WebA...
asked by 21.01.2017 / 21:50
1
answer

How to include multiple RadioButtons?

I was interested in doing an APP with 30 personality profile questions, where each question will have two alternatives of choice. I thought about using RadioButton , but since there are 30 questions I would not like to include them all on...
asked by 19.07.2017 / 16:28
2
answers

Aligning the radio button below the image

Hello. I have this code: <div class="span12" style="padding: 1%; margin-left: 0"> <div class="span3"> <h2>Inicio da Palavra</h2> <img src= "/images/inicio.png" width="300" height="202">...
asked by 29.07.2018 / 03:16
2
answers

Count radio-type inputs that are: checked

I have two inputs in each group with name equal, where each has values different, integer and half Using if and else or otherwise, I would like to count the inputs that will be checked . When I speak o...
asked by 01.02.2018 / 08:31
1
answer

radio button selected according to BD in the foreach

Good morning, how can I make the radiobutton selected according to the database, I have a table in the bank with the categories being listed in a foreach on the radiobutton, until the beauty, it works to insert, but at the time of edit I need a...
asked by 05.11.2018 / 12:15
1
answer

Check all classbuttons daughter radiobuttons

I have a page that will display a checklist, the data displayed comes from the database. I need that when the user clicks on the first checkbox (id="selectTASA", for example) it select all the radii corresponding to the value A, as well as the c...
asked by 11.06.2018 / 15:37
1
answer

Assign a value to a Boolean variable according to Radio Button selected

I'm trying to implement my application, where the empresa table has gained a new column named status , which would be populated according to Radio Button so that when generating linked client reports, the even if it only brin...
asked by 01.12.2016 / 19:17
1
answer

How to pass data to a new line created by javascript

I'm creating a function to save a form directly to a table, the table rows contain an onclick function that takes the function in javascript function xpto() { if (linha == null) { var linha1 = document.getElementById("tabela").inse...
asked by 30.05.2016 / 23:32
1
answer

Execute Query according to RadioButton selected

I have the following form: <?php echo"<fieldset>"; echo"<legend>OPÇÕES</legend>"; $query_menu = mysql_query("SELECT rm_id AS FUNCAO, rm_desc AS DESCRICAO, rm_obs AS OBSERVACAO, rm_status AS STAT...
asked by 22.06.2016 / 16:32