i am having one array in javascript named as checkboxarray which contain some elements which is dynamic.
now i want to pass this array to controller through java script.
my controller name is Test and action name is Questionbank.
can any one tell me how to pass this array to controller?
I have tried through ajax but value is coming null at controller.