Tagged Questions

0
votes
2answers
12 views

Asp.net server side Conditional attribute or unchecked attribute?

I have the following aspx code: <% foreach (ModelDefect modelDefect in GetCodes()) {%> <tr> <td><input disabled="disabled" name="<%= modelDefect.Co …
0
votes
4answers
60 views

Programmatically click on a CheckBox

Hi, Is there a way to programmatically generate a click event on a CheckBox? I am looking for an equivalent to Button.PerformClick();
0
votes
5answers
52 views

Submit with checkbox? No javascript

Is there any way to submit a form when a user clicks on a checkbox? Think of a todo list. When the user clicks on the checkbox, it updates the todo entry in the database saying it …
0
votes
6answers
81 views

Showing/Hiding a DIV based on one or more checkbox/radiobox selections?

I asked a similar question previously, but it was so vague that I couldn't possibly have gotten the answer I wanted. Basically, I want a user to be able to select from multiple op …
0
votes
1answer
19 views

checkbox / div toggle

$(".trigger").click(function () { $(this).next(".toggle").slideToggle("fast"); $(this).toggleClass("active"); return false }); HTML: <input type="checkbox" class="trigg …
0
votes
2answers
54 views

sticky checkbox

Hello all. Ii am trying to make a checkbox (to send via email) sticky. To make sure it doesn't make a problem when sent empty I used the following: <input type="checkbox" name …
0
votes
4answers
30 views

Html checkbox change value in MySql

Hello, I have a check box and I need that when it is "checked" to alter a MySql Table value to "yes" and if its checked when you uncheck to "no". I wanted to accomplish this with …
0
votes
5answers
64 views

Tri-state Check box in HTML?

There is no way to have a tri-state check button (yes, no, null) in HTML, right? Are there any simple tricks or work-arounds without having to render the whole thing by oneself?
0
votes
0answers
22 views

Checkbox with AutoPostBack and OnCheckedChanged Event Fires Event when Page Loads

I have a checkbox in a repeater and it is bound to a data source where it sets the checkbox to checked or unchecked. The checkbox is set to AutoPostBack and has an OnCheckedChange …
0
votes
3answers
72 views

php checkboxes always showing checked

Hi all, I've got a single checkbox which i'd like the unchecked value to be 0 and the checked value to be 1, but when the post goes through, it always shows as 1 whether the box is …
0
votes
4answers
53 views

How do you know using JQuery when either all or no checkboxes have been selected

How do I know, using jQuery, if all or none of the following checkboxes have been selected? Soccer: <input type="checkbox" name="sports" value="soccer" style="chkbox" />< …
0
votes
2answers
32 views

Javascript appendChild name property

So I'm trying to add attributes to a radio button input, specifically the name attribute in Javascript. I'm appending children to a main object and when I use Object.setAttribute(" …
0
votes
4answers
40 views

jquery checkbox issue - do not check if it’s disabled

I have 5 checkboxes in each row. The first one is 'ALL'. I am trying to see if any of the others are disabled. So, if somebody clicks on 'ALL' checkbox, I need to make sure the dis …
0
votes
1answer
69 views

How to get selected rows using checkbox in asp.net MVC

Hi i've a problem related to html.checkbox in my MVC application. My scenario is: I've a list(index view) page where i bind data from the database with a checkbox to select/desel …
1
vote
4answers
59 views

How to get unselected checkbox?

Hello! I have three checkboxes like ch[0], ch[1] and ch[3] (sometimes i have more, or less, it's dinamic) and in PHP i want to get the unselected items also, like this: 0=yes,1=no …

1 2 3 4 5 22 next
15 30 50 per page