o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

checkbox issue -

ASP.NET 1.1

using javascript to enable/disable a checkbox from another checkbox. This is an ASP.NET control however would rather not have postbacks being involved if a checkbox has modified its state therefore, using javascript.

I discovered that if I tried to enable/disable a checkbox from javascript, it wouldnt work but figured out why and modified the span (parent control for the checkbox) to be enabled instead of disabled as this is how ASP.NET renders it. So that works


the problem now is that when we press a button to postback, it will automatically recheck that checkbox and disable it (as this was the default value, to disable and check the checkbox)

how can I resolve this so that the state does not change but remain the same?

 

checkbox issue -
ASP.NET 1.1 using javascript to enable/disable a checkbox from another checkbox. This is an ASP.NET control however would rather not have postbacks being involved if a checkbox has modified its state therefore, using javascript. I discovered that if I tried to enable/disable a ch


Cannot see when Checkbox has focus.. -
Hey Everyone, This seems like a fairly big issue, so I imagine I'm missing something obvious but... On my windows forms, when a Checkbox has the focus nothing shows on the form to indicate such. This is because I have nothing in the TEXT property of the checkbox. For my esteeme


Internet Explorer Issue -
I have several clients complaining that it takes upwards of 30 seconds for a checkbox within IE to display as checked, after they have clicked on it. I know the browser handles the appearance of the checkbox and radio buttons when they are clicked on, so I was wondering if there maybe


[2005] DatagridView Checkbox -
Hi all, I have two columns in Datagrid with the second column type as .I have set the Edit mode as EditonEnter.But I am not abled to check/uncheck the checkbox .How can I solve this issue. Thanks In Advance Dana


server/client side checkbox issue -
on Server, I have disabled a checkbox. I want to enable it in javascript. The problem is, nothing happens! (using ASP.NET 1.1) and no jscript errors. I found the issue to be this: <span disabled="disabled"><input id="chkSkillLevel" type="checkbo


checkbox Q -
Hey All, is there a faster way of doing this? -------> private sub image_click() if checkbox.value = 1 checkbox.value = 0 else checkbox.value = 1 end if end sub --------> Or alternitively with a select case statement, they both seem slow to react and change the c


checkbox click event -
Dear All, I am quite new to VB6, when set the checkbox value (ie. checkbox.value = 1) the checkbox_click event will triggered, this event also triggered when the checkbox was clicked .. my question is simple: how to determine the value of checkbox whether the value comes from user


Checkbox and if then statement -
Hi, I'm working on VB version 6.0 and have a form which ask a question with possible options as a checkbox for the user to select. I want to show another form/file when the checkbox is clicked (true) but have failed to get this working - I tried "If checkbox = true then form1.s


checkbox tabstop -
I have about ten checkboxes that are simply representing yes or no answers from the user. A user can tab to a checkbox and use the spacebar to Check or uncheck. However you cannot tell the checkbox has focus. When I tab to a checkbox you cannot see that the control is selected. How can


Delegates Issue -
Hi, I need some help with something that i need to do do in a user control i've created, im dynamically creating some controls and then adding them to the user control, and one thing that i need to do and i dont have any idea how is this.... I have a checkbox added to the user contr


[2008] Datagridview Checkboxcolumn issue -
Hi Guys, I have a datagridview checkbox column bound to an integer field. When I click the checkbox a value of 1 is saved to my database. But when I unclick it a blank is saved to the database. How can I make a 0 get saved when it is unclicked?


enlarging controls -
I need to create an app that has a checkbox on it, but the checkbox needs to be about 8 times the size of a normal checkbox. Does anyone know how I can increase the size of the checkbox? Thanks!


Whatz the problem(MouseDown not responding properly) -
Greetings every1, I'm trying to make a custom CheckBox. So far I've been able to successfully draw the checkbox and the checkmark. The problem is, if u closely observe the CheckBox control included in the Windows environment, u will notice that whenever the user presses the mouse on t


[2005] Simple Question: Specific character in a string -
Hello this is my first post here since i really need some help. Im in the last year of school and I have to create a visual basic project till the end of the year. Since this is the first year im using this tool I may have some issues with even the most basic stuff... Ok so th


dyncamic checkbox creation -
I need to generate an unknown number of CheckBox controls in an array. These check boxes are supposed to be placed on Panel1 (with AutoScroll = True) in a form. How would I go about doing this? This is some of the code that I have Dim arrBoxes() as CheckBox Dim x as integer D


CheckBox! -
I am giving users the option to disable pop-ups in a VB6 application which uses the WebBrowser control. I am using a CheckBox to implement this i.e. if the CheckBox is checked, pop-ups are disabled else pop-ups are enabled. By default, the CheckBox is checked. Please note that more tha


checking -
hi, Iam displaying records from the database accompanied with a a check box. for example, 1. Name Checkbox 2. Name2 Checkbox 3. Name3 Checkbox . . . . n.NameN Checkbox Delete Question: when the users clicks delete how do i know which checkbo


How do I add a Checkbox to a FlexGrid control -
How do I add a checkbox to the MSFlexGrid or MSHFlexgrid controls? I need to have a checkbox in a field, for a true false value.


Selecting a CheckBox -
This is probably really simple, but I can't think too well this morning. How can I set up my program so that when someone tabs to a checkBox and hit ENTER it checks that said checkbox (or toggles the value)?


Saving checkbox -
Hi how do i save the value inside the checkbox so that whenever the user load the program the checkbox will remain check? Thanks in advance


javascript form issue -
Currently I have a page that dynamically creates items and also for each item is a check box. The user can check up to 5 boxes and click the compare link and then it goes to a different page to compare the selected items. All of these items are in a single form. My issue is that


3 State button (like 2 state checkbox) -
I need a selection for: Not Started In Progress Completed I would have used a drop down box, but I want to use only the space that the graphic of a checkbox would take. Is there a way that my user could click on say, an unchecked checkbox and have a small popup that displays t


BM_GETCHECK does work with .NET checkbox -
sending the message BM_GETCHECK to a checkbox is suppose to return the check state of that checkbox (a value of 1 if checked), however when I try it with a checkbox created in .NET, it does not seem to work. It appears to work with other checkboxes that are in programs not made in .NE


Checkbox Flexgrid Question -
Hey, I did a search on how to add a checkbox field or fake checkbox if you will... I want to go with the wingding method like in this thread: http://www.vbforums.com/showthread.p...xgrid+checkbox the only problem I am having is the alt+231 isn't giving me that pb character in my


Conrol locations with respect to their containers (problems) -
I have a checkbox and when the user right clicks and selects a menuitem i want a textbox to appear where the checkbox is. i need to set the location of the textbox using code, and the problem is that my checkbox is in a groupbox--so when i set the location of the textbox to equal the


checkbox in vb -
hi friends, Thanks in advace for your help.. i have obne checkbox in my from,, after i sellect(chechked) checkbox i make some boolean values true the i use that one around the project.... but the probelm,, after close the checkbox form and close the application , i jsut


listview with checkbox -
how to work with listview that has checkbox? lets say we have to column 1st and 2nd in 1st column we have checkbox and name test. now if i check the checkbox then press command button it will i want to display text in 2nd column ' yes ' if not make it ' no ' br


Checkbox & Enter Key -
I used a "Checkbox" instead of a command button since I wanted to have a different font color and background. With the checkbox set to graphic, it looks exactly like a command button. Is there anyway to make it so that the "Enter" key, can be pressed instead of


dang dates -
ASP.net / vb.net... SQL String generated: "SELECT dbo.Issue.IssueID, dbo.Commission.Commission, dbo.Issue.ClientID, dbo.Issue.OpenDate, dbo.Issue.TargetDate, dbo.Issue.ClosedDate, dbo.Issue.Issue FROM dbo.Issue LEFT OUTER JOIN dbo.Commission ON dbo.Issue.Commis


[2.0] Checkbox -
Dear all, How to check a checkbox is checked or not.That is get the status of the checkbox


checkbox[resolved] -
how can I check if a checkbox is checked with API? checkbox is in another application.. Thank you


[02/03] Checkbox -
Hiya! After a long while of being inactive and not pestering you about my silly questions I have a new (hopefully simple) question for you. I have a form that contains a number of different controls, and at least one of them is a checkbox. Under some circumstances I want to load th


how to add checkbox in my datagrid as a column... -
hi all, iam doing project in vb.net.. iam having a problem of adding a checkbox in my datagrid.... i need a column in my datagrid through which the selected checkbox row ie... other columns has details from my stored procedure.,....so once i select my checkbox the corresponding other


[2005] CheckBox State -
Dear All, Maintaining checkbox state while paging in gridview. when a checkbox is checked and navigated to next page and then back to page one i'm not getting the selected checkbox as selected.


Datalist.selectedindex issue -
hi all, I have a datalist named listShoppingCart which has a checkbox with autopostback set to true. When user checks/unchecks checkbox this event is fired: Code: Protected Sub chkWick_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Stop En


How do I disable a selection box -
I have a selection box with 10 options. A checkbox is controlling this. How do I disable/enable the selection box depending on the checkbox value? Checkbox = 0, disabled Checkbox = 1, enabled


[2005] Infragistics UltraGrid Checkbox column - select only one -
I have a Infragistics ultragrid with a checkbox column (no binding on the checkbox column) . I need the user to only have one check box selected at a time. If a checkbox is checked and the user checks another row I need the first checkbox to uncheck. I am new to infragistic controls, s


HTML Checkboxes -
Hi - I don't get to work with forms too often but here's my question: I need to have 4 checkboxes on a HTML form. The last checkbox should also include a text box to be able to type in it. How do I do this? For Example: (checkbox) Option 1 (checkbox) Option 2 (checkbox)


[2008 Express Edition] How put WebBrowser1... -
How do i put webbrowser1 put checkbox checked pressing button. Checkbox code: <input type="Checkbox" name="n10" value="3685551"> Note! Website what is showing in webbrowser WEBSITE's Checkbox. Idk what this function is called so idk what could


Is anybody tell me how to iterate <asp:Checkbox> array loop. -
Dear Friend, Is anybody tell me how to iterate <asp:Checkbox> array loop. e.g. in PHP <INPUT TYPE="CHECKBOX" NAME="CHK[]"> I am using foreach loop. Will you pl guide me for below ASP.Net with C# code. While (daDetail.Read()) { lb