0
votes
2answers
26 views
Multiple Forms with Submit enabled via Checkbox
First, housekeeping: A quick review makes me think this isn't a duplicate but would be happy to be corrected.
I've got an ASP.NET MVC app that have a page with multiple forms, each form has some text …
0
votes
1answer
18 views
To get multiple checkboxes value
Hi All,
I am using Struts 2, JSP and JPA in my project.
I have nearly 50 checkboxes in a single page. If i want to get the value of each checkbox in Action class, then i have write 50 getters and …
0
votes
3answers
31 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 …
1
vote
6answers
93 views
Check/Verify if user-provided CSS is not evil
I would like to allow my webapp users to save custom CSS through a text field to modify the look of their GUI.
I guess there are some evil CSS hacks out there. What should I take care about?
0
votes
0answers
26 views
How to handle checkbox in MVC application??
Hello All,
I am having a edit category form in which one of the field is status which is a checkbox and the datatype of that field is int in the database.
when I am selecting the checkbox I am …
0
votes
5answers
38 views
Changing checkbox’s parent element css if checked or unchecked
Hello,
Basically I have a checkbox inside a td element and I want it to have one background color when the checkbox is checked and another background color when the checkbox is unchecked. So in other …
0
votes
3answers
42 views
Radio menu check
Using Winform, is it possible to "radio check" a menu item?
0
votes
2answers
40 views
How to get values of <input type=”checkbox” /> that are checked?
There are multiple <input type="checkbox" value="..." /> in the page.
I need to get each of the <input> that is checked to do some operation.
I'm using jQuery.
0
votes
2answers
46 views
C#: data binding a single, custom class to form controls (checkbox?)
I'm writing a desktop application in Visual Studio 2008 / C#
I finished (mostly) writing an engine which generates a working schedule for the week for a small company; a form of a course-scheduling …
0
votes
1answer
13 views
Hiding tooltip for a asp.net checkbox
Is there a way of hiding a tooltip for a asp.net checkbox
0
votes
1answer
16 views
ASP.NET checkbox changes focus?
I have a checkbox control, and when it's clicked, the focus of the page changes to the top--the window scrolls to the top of the page.
Nowhere in the code am I specifying a change in focus, either in …
0
votes
2answers
38 views
jQuery disable form element when checkbox is checked
I have a complicated jQuery form and I want to disable several form elements if a certain checkbox is checked. I'm using jQuery 1.3.2, and all the relevant plugins. What am I doing wrong here? Thanks, …
1
vote
2answers
29 views
ASP.Net MVC - Handle Multiple Checkboxes
Ok, I have a role based permission system in place and would like admin's to be able to edit the permissions for each role. To do this I need to load lots of checkboxes, however I'm struggling with …
0
votes
5answers
96 views
C#: How can I iterate through all checkboxes on a form
I have a form that has many dynamically generated checkboxes. At runtime, How can I iterate through each of them so I can get their value an IDs?
Thanks,
John
1
vote
2answers
18 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.Code %>" …
