displaying a listbox using Html.List, and I have a List<User> collection

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-06-11T14:18:53Z Indexed on 2010/06/11 14:32 UTC
Read the original article Hit count: 131

Filed under:
|
|

Is a List enumerable?

Html.List("mylistbox", Model.UserList);

doesnt' seem to be working, where UserList is a List collection.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc