How do I install ASP.NET MVC 2 Futures?
- by Zack Peterson
I want to use the DataAnnotations.DisplayAttribute.Order property to arrange my fields when using the DisplayForModel and EditorForModel methods.
Related question:
Does the
DataAnnotations.DisplayAttribute.Order
property not work with ASP.NET MVC
2?
I think that I need to use the ASP.NET MVC 2 Futures. But I can't get it to work.
How do I install ASP.NET MVC 2 Futures?
Why are my fields still out of order?