Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.40/5 (2 votes)
See more:
I have to use a Hijiri calender in my website.
I'm using the below in my page

XML
<asp:TextBox runat="server" ID="Date1"  autocomplete="off" /><br />
      
      <ajaxToolkit:CalendarExtender ID="defaultCalendarExtender" runat="server" TargetControlID="Date1"   />


and I have Enabled up the Globalization and Localization true in the ScriptManager

and put the below code in the web.config file ,

XML
<systemweb>
    <globalization culture="ar-SA" uiCulture="ar-SA">
</systemweb>


If any one can help please I am waiting :sigh:
Posted
Updated 16-Feb-10 21:41pm
v3

1 solution

From what I can find, the ajax calendarextender doesn't full support the Hijri Calendar.

This[^] is the best you're going to get.
 
Share this answer
 

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