Tagged Questions

1
vote
1answer
739 views

Binding a simple sort dropdown to a list in MVC

Im trying to bind a dropdownlist in ASP.NET MVC to a class. Luckily for me this will be a number between 1 and 10, however I'm not getting the output in my HTML that I would expect. I've set both the ...