Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Using HTML5 Date Input Type Inside GridView

HTML5 provides several new input types such as email, URL and Date. While using Date input type a textbox is displayed as a date-picker by browsers such as Chrome and Opera. Such a textbox uses dates in yyyy-MM-dd format (ISO format) and this formatting can lead to some problems in data controls such as GridView as discussed below.

http://www.bipinjoshi.net/articles/0d7482a0-0706-41c0-8543-859dd2431768.aspx