XModPro

Get Values from CheckBoxList

Mark Trippier Mark Trippier asked Sep 26, 2017
Active Oct 1 · Viewed 1814 times
<p>Hi, </p> <p>I have a dynamic checkbox list that the user can select multiple items, so that I can run a feed based query, to populate a calculation later in the page, I need to get the results of what checkboxes have been selected. </p> <p>I guess I want to take the checkbox list parameter that would be passed to the stored proc on submit but use it to populate a hidden field prior to submit so I can reference it further down the page in an ajax script if that makes sense. </p> <p>I am struggling using JQUERY to find what the checkbox string parameter will be on submit. </p> <p>Can anyone help with this? </p> <p><br> </p> <p>Mark<br> </p>

1 Answer

Loading answers...