I am trying to make a dropdownlist in Razor and the Razor code looks like this:
@for (int l = 0; l < Model.Entries.Count; l++) { @Model.Entries[l].Stat