Tagged Questions

0
votes
3answers
28 views

treeview checkbox menus

well, I am trying to write parallel checkbox menus in html, but somehow my logic is not helping. May be some of you experts can just help me a bit. This is how I want my menus to look [] Menu 1 …
0
votes
3answers
62 views

Post the checkboxes that are unchecked

I've got a load of checkboxes that are by default checked. My users will probably uncheck a few of the checkboxes (if any) and leave the rest of them checked. Is there any way to get the checkboxes …
0
votes
2answers
47 views

Issues with Checkbox list losing Attrubutes on a postback

I have a Datalist which renders a list of checkboxes and value attributes on each of them, when another control fires a postback the value attribute is lost on each of the checkboxes HELP!!!!
0
votes
3answers
96 views

How do I retrieve the values of checkboxes when the Id values are dynamically generated

I am dynamically naming a set of checkboxes based on certain files names (user is selecting file to include for some processing). Is there a way I can retrieve the files names or do I need to save …
0
votes
1answer
94 views

HTML.CheckBox persisting state after POST - Refresh ModelState?

I have a form that's made up of many items (think order items on an amazon order). Each row has a checkbox associated with them so the user can select many items and click 'remove'. The form is built …
3
votes
3answers
94 views

Checkboxs: ticking me off!

Hi, this is a small, but very annoying, glitch in my form. I have a checkbox, that if clicked displays others checkboxes and input fields for the user to add more information. If this trigger …
1
vote
2answers
80 views

Bound value for IValueConverter resets to default

I have bound a flagged enum to a bunch of checkboxes by using a value converter that works as described in the solution to this question. This works fine when I'm working with a flag that hasn't been …
2
votes
3answers
297 views

PHP post checkbox problem

i have a form that utilizes checkboxes. <input type="checkbox" name="check[]" value="notsure"> Not Sure, Please help me determine <br /> <input …
0
votes
3answers
755 views

Get/Set Checkbox and Radio Button values using Prototype

Prototype is great, but with the 1.6.1 release, the library still doesn't allow getting/setting of grouped inputs (checkboxes and radio buttons.) I'd like a way to get an array of selected values with …
0
votes
0answers
149 views

VB.NET: ListView Checkbox ALWAYS in first column

Hi, I have a listview with checkbox property set to true, and I also allow column reordering. The problem is that when someone moves the first column to some other position, the checkboxes remain in …
0
votes
1answer
474 views

struts 2 display tag checkbox

my code is request.setAttribute( "test", (new userarray()).getUsers() ); my fieldValue="%{test.checked} is not working properly as when i click on submit the checkboxes …
0
votes
1answer
67 views

Checkbox values and useBean tag

Hi all, I'm a jstl newbie so probably this question will sound to you funny. Anyway, I have a model with a List as property and I'd like to fill this with a list of values (chosen from a list of …
0
votes
2answers
218 views

How to uncheck Select All checkbox if any one of checkbox is unchecked in WPF, C#?

Hi, In WPF, C# application, I have 4 checkboxes, 1. select all 2. team 3. personal 4. subteam. Asusual, if choose option 1, it selects all the checkboxes and when it is unchecked it unchecks all.. …
2
votes
5answers
322 views

$_POST as $key => $value using checkboxes.

I am having trouble getting a form to update the information passed from a check box. I was given this code. $one = isset($_POST['one']) ? 'on' : 'off'; This works great as long as I call each …
0
votes
2answers
298 views

Generate selected checkboxes in PHP from MySQL Database

I am writing an Edit Profile page for a user login system I'm writing. I'd like these users to be able to assign themselves to categories. As many users can join many categories my table structure is …

1 2 next
15 30 50 per page