Tagged Questions

0
votes
3answers
47 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 …
1
vote
4answers
40 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 …
0
votes
1answer
41 views

How to pull out the values of ticked checkboxes using PHP?

while ($row= mysql_fetch_array($result, MYSQL_ASSOC)) { $id=$row[id]; $html=<<<html <tr><td> <input style="float:left" type="checkbox" name="mycheckbox" …
0
votes
2answers
19 views

There is only one “submit” for one form,how to place more than one operations on a set of checkboxes?

There is one form, inside the form there are many checkboxes. Two operations can placed upon these ticked checkboxes. Since there is only one "submit" button for a form, how to wal …
0
votes
3answers
25 views

Warning: Invalid argument supplied for foreach() in E:\xampp\htdocs\piecework\groupcheck.php on line 2

while ($row= mysql_fetch_array($result, MYSQL_ASSOC)) { $id=$row[id]; $html=<<<html <tr><td> <input style="float:left" type="checkbox" id="$id" name …
0
votes
2answers
33 views

How to receive a batch of checkbox data in PHP?

The key code is: while ($row= mysql_fetch_array($result, MYSQL_ASSOC)) { $id=$row[id]; $html=<<<html <tr><td> <input style="float:left" type="checkbox …
-1
votes
3answers
80 views

C# Checkbox has strange behavior

When a winform first displays, the checkbox is unchecked by default. If when the form first displays, I click on the checkbox to 'check' it, the checkbox appears checked for a spl …
1
vote
3answers
19 views

How To Set The CheckBoxList Properties?

I have a checkboxList with some 50 values. but I want only 5 to be displayed and navigate others using scroll bar. I tried using <asp:CheckBoxList CheckBoxes="true" Width=" …
0
votes
5answers
58 views

C# - Uncheck a checkbox in webpage through WebBrowser control

Is there a way to uncheck/check a checkbox within a webpage that is loaded within a webbrowser control? Thank you. Update: (This is what I originally tried with no luck) HtmlDo …
0
votes
3answers
33 views

jQuery checkbox not checking

I have a form setup so that when you check a checkbox, the relevant UL will expand showing more options based on the choice. It works, but only when the user clicks the label of th …
0
votes
2answers
29 views

hierarchical winform checkboxes

I've got a sequence of checkboxes on a C# Winform. Each checkbox can have some options on it, which is really just another set of checkboxes that are just indented into the page a …
0
votes
2answers
22 views

JQuery tablesorter conflicts with checkall toggle

I am trying to create a table that is sortable using JQuery tablesorter and also with a select all/none checkbox toggle for the individual row checkboxes. Tablesorter is disabling …
0
votes
5answers
33 views

Returning the value of a new CheckBox in Flex Air

I am trying to save settings to an XML File and setting the relevant data if the check box is checked or not. private static function createXMLData():void { prefsXML = <pr …
0
votes
3answers
47 views

jQuery checkbox event not firing?

I have a page with checkboxes, one of which is a select all button. So when the user clicks select all, it checks all the other boxes, and when another box is clicked, it unchecks …
2
votes
2answers
43 views

Why does my customized WPF RadioButton not look right?

I am replacing the style of a radio button with that of a check box. I know you are going to say that is a bad idea, but it really needs to work this way. Anyway, using Expressio …

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