asp.net - Pass javascript array to asp array -



asp.net - Pass javascript array to asp array -

i have javascript array values of checkbox selected. want pass javascript array asp array can update database.

i using jquery checkbox value

$('.checkboxes_to_delete:checked').each(function (key, value) { datatobedeleted.push($(this).val()); alert(datatobedeleted); });

the easiest way utilize javascript set values hidden textbox on page, , asp code can pull value downwards other form value.

asp.net

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -