0
Answer

Get multi checkbox value in asp.net MVC?

Jitendra Patel

Jitendra Patel

14y
6.6k
1
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