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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -