Tagged Questions
2
votes
3answers
2k views
Is there a simple way to implement a Checked Combobox in WinForms
Does anyone know of a simple implementation of a checked combobox in WinForms? I haven't been able to find anything when googling.
I want something that behaves like this windows scheduled task ...
2
votes
2answers
180 views
Excel VBA: Uncheck ALL checkboxes across entire workbook via CommandButton
I would like to have a code that unchecks all checkboxes named "CheckBox1" for all sheets across the workbook. My current code unfortunately doesn't work, and I'm not sure why - it only works for the ...
2
votes
2answers
3k views
vb.net checkbox label position
Is there a way to put the checkbox to the right of the label on an asp checkbox?
This code by default places the checkbox then the label...
<asp:CheckBox CssClass="myCheckbox" ID="CBmyCheck" ...
1
vote
1answer
917 views
Problem while trying to retrieve data from checkbox
I am trying to execute the code below to list the select item in a checkbox
to the body of the mail
Dim CheckedValues As String
For Each item In txt_panview0_ddinput1.Items
...
0
votes
3answers
240 views
Can't determine status of checkbox in Grid View
I have a GridView with Checkbox within it. But I'm having real problem with determining if a check box of a given row is checked or not.
I need to retrieve a certain value from a row and put it into ...
0
votes
2answers
1k views
saving checkbox values in vb.net
i have 50 checkboxes for 50 american states. The user can choose all 50 or only 1( so basically any number he wants). Based on his choice, I want to insert or update the table in sql server 2008. e.g-
...