SelectList always null on POST causes Model State to be Invalid – Asp.net
I understand that the SelectListItems are meant to not return back the items on post and perhaps be null, but because of this my ModelState.IsValid condition is always false and the Studies field which contains the list is the one…