Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
36850 Points
5445 Posts
Apr 26, 2012 03:42 PM|LINK
you code will only work in the unhecked case. in the checked case it posts "true, false". following your current pattern of passing all elemens as parameters, you sholud should add bool parameters for the checkboxes and not use the form collection.
bruce (sqlwo...
All-Star
36850 Points
5445 Posts
Re: MVC Checkbox
Apr 26, 2012 03:42 PM|LINK
you code will only work in the unhecked case. in the checked case it posts "true, false". following your current pattern of passing all elemens as parameters, you sholud should add bool parameters for the checkboxes and not use the form collection.