Automatically generating better views for ASP.NET MVC

Posted by Casebash on Stack Overflow See other posts from Stack Overflow or by Casebash
Published on 2010-06-11T01:57:20Z Indexed on 2010/06/11 2:02 UTC
Read the original article Hit count: 322

Filed under:
|
|

I am currently watching the 80 minute ASP.NET MVC introduction. Automatically generating views from a model is pretty neat, but it seems to me that that the automatically generated views could be much better. For a start, instead of inputing dates with text boxes, there could be a date control. Additionally, number inputs could be verified client side. There are probably other improvements that could be made as well. Is it possible to automatically generate better views?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc