Working with boolean values and hidden fields in MVC 4
nnnnn nHi guys, n n n nThis isnquite simple but I learned something new in MVC today, so thought to share with younall. n n n nI was tryingnto assign a Boolean field to a hidden field using ViewBag in MVC n n n n<input type=”hidden” id=”somehiddenfield” value=”@ViewBag.MyBooleanValue“ /> n n n nAnd nownwhen I … Read more