Click here to Skip to main content
15,886,110 members
Articles / jQuery

Useful Persian-Arabic-Georgian Calendar ASP.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Apr 2013CPOL 19.2K   915   3  
A Persian calendar with the jQuery UI DatePicker control
  • Article_src.zip
    • Default.aspx
    • Default.aspx.cs
    • Scripts
    • Styles
      • Images
        • back.gif
        • calendar.png
        • png.gif
        • ui-bg_flat_30_cccccc_40x100.png
        • ui-bg_flat_50_5c5c5c_40x100.png
        • ui-bg_glass_40_ffc73d_1x400.png
        • ui-bg_highlight-hard_20_0972a5_1x100.png
        • ui-bg_highlight-soft_33_003147_1x100.png
        • ui-bg_highlight-soft_35_222222_1x100.png
        • ui-bg_highlight-soft_44_444444_1x100.png
        • ui-bg_highlight-soft_80_eeeeee_1x100.png
        • ui-bg_loop_25_000000_21x21.png
        • ui-icons_222222_256x240.png
        • ui-icons_4b8e0b_256x240.png
        • ui-icons_a83300_256x240.png
        • ui-icons_cccccc_256x240.png
        • ui-icons_ffffff_256x240.png
      • jquery-ui-1.8.14.css
    • web.config
<?xml version="1.0"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
	<system.web>
		<compilation debug="true" targetFramework="4.0"/>
	</system.web>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer (Senior) my office
Iran (Islamic Republic of) Iran (Islamic Republic of)
//--------this is my life function
private void mylife()
{
Salehi saeed = new Salehi();
while (true)
{
saeed.Big Grin | :-D =true;
}
}

Comments and Discussions