Advertisement

11.11.2008 at 10:33PM PST, ID: 23897168 | Points: 500
[x]
Attachment Details

how can I get value from CheckBoxList using javascript?

Asked by Ameerh24 in JavaScript, Microsoft Visual Basic.Net, JavaScript Frameworks

Tags: ,

hi,
I have asp:CheckBoxList control in my aspx page, I want to get the value of each item inserted to the collection of this CheckBoxList control using javascript
I have getting the text corresponding to each item but I am unable to get the value ..
here is my code snippet:
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
var cbldevice_tb=document.getElementById('clbDevices2').childNodes[0];
    var cbldevice_selected = "";
    var cbldevice_selected_arr = new Array();    
    for (var i=0;i<cbldevice_tb.childNodes.length; i++)
    {
      var currentTd = cbldevice_tb.childNodes[i].childNodes[0];
      var listControl = currentTd.childNodes[0];
      if (listControl.checked == true)
      {
        cbldevice_selected = cbldevice_selected + cbldevice_tb.childNodes[i].innerText + ";";//here I get the text, I try to put .value instead of innerText, but it fails to return value!
      }
    }
alert(cbldevice_selected);
[+][-]11.11.2008 at 10:58PM PST, ID: 22937358

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.12.2008 at 12:13AM PST, ID: 22937605

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.12.2008 at 12:37AM PST, ID: 22937678

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.12.2008 at 01:19AM PST, ID: 22937865

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.15.2008 at 12:50AM PST, ID: 22966272

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628