Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with the attribute [DisplayFormat(DataFormatString = "{0:c}")], and the templated helpers will always render this field formatted as currency. If you have worked with templated helpers, you must agree: they can be us...
|
7
proggs |
Thursday, January 14, 2010 7:19:49 PM GMT
Monday, January 11, 2010 4:58:39 PM GMT
|





Комментариев нет, оставьте первый комментарий.