Get multi checkbox value in asp.net MVC?
Hi.........
I get value of checkbox in asp.net in MVC archicture
My checkbox control in HTML
I have create 4 checkbox when it checked than 1 and unchecked than 0.
my output is like this in string format........
1,0,1,1
Thanks,
Jitendra Patel