views:

30

answers:

3

I'm developing a web site in ASP.NET/C# that is targeted at mobile users.

What calendar control do you recommend, that will work on Nokia, Safari, Opera?

A: 

There is a mobile:Calendar control in the System.Web.UI.MobileControls namespace if you are using ASP .Net Mobile WebForms. Link. You will need to test it on the devices/OSes you mentioned.

Jay
A: 

I think the best solution is using a textbox with some validation :-)

fravelgue
A: 

Turns out that most browsers support Ajax, so I'm going to go with a nice Ajax control from Telerik.

Shaul