Radio Button List not being generated from identical code
问题 I am currently pulling my hair out. I have an ASP.NET MVC web site with two forms, both have radio buttons on them. On the first page (that works), the radio list appears just fine. However, on the second page the radio buttons are not even present in the source code. Here is the code chunk from the first page (BestTimeType is an Enum that I made): //Back End [DisplayName("Time:")] public RadioButtonListViewModel<BestTimeType> BestTimeRadioList { get; set; } public EvalModel() {