Tagged Questions

1
vote
1answer
189 views

Asp.net mvc select list

I need to create a select list, preserving the state, which is not part of the model passed to the view. I suppose I should be using a ViewBag to pass a List to the View ? Any advise on implementation ...
1
vote
1answer
734 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 ...