HTML5 Forms with ASP.NET MVC

added by rcash
9/4/2011 5:17:43 PM

271 Views

This post discusses the specifics around using new input types (email, tel, number, date, etc.), new attributes (autofocus, placeholder, etc.) and new form validation goodies (required, pattern, formnovalidate, etc.) with ASP.NET MVC.


1 comments

vijayst
9/5/2011 8:58:52 PM
This is a very good post on how to use the new Form features in HTML5. For building intranet applications that run on specific browser versions, a HTML5 based View engine in ASP.NET MVC will definitely improve productivity of developers.