Baris
Baris

Reputation: 455

ASP.NET MVC Datepicker

I'm using asp.net mvc and i need calendar or datepicker control but my customer is using windows ce. I saw this topic: ASP.NET MVC Calendar and i used jquery ui datepicker but it's so slow for windows ce's browser (internet explorer mobile). i need simple datepicker control for asp.net mvc like asp.net webforms calendar control. such as: http://www.w3schools.com/aspnet/showasp.asp?filename=demo_calendar

Upvotes: 0

Views: 587

Answers (1)

Stian Standahl
Stian Standahl

Reputation: 2619

take a look at JQuery mobile as @Jordy van Eijk suggested. (The input is called "Date")

Upvotes: 4

Related Questions