Click here to Skip to main content
15,887,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
The date picker is not working in IE10 where as it is working in IE8.The following code is there in cal.aspx
<asp:Calendar ID="calDate" runat="server" OnSelectionChanged="calDate_SelectionChanged" OnDayRender="calDate_DayRender">


This aspx is called through a javascript.When I click on a day that is not taking in the date text box. I am not getting the exact issue.Can any one help me.

Regards
Prashant Paki
Posted
Updated 4-Feb-13 2:16am
v2
Comments
ZurdoDev 4-Feb-13 8:03am    
Did you try running the site in compatibility mode?
Abhishek Pant 4-Feb-13 8:22am    
Check that javascript is enabled in your browser.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900