 |
|
 |
kheiliiiiiiii aali bud, kheili vaght bud donbale taghvime khube shamsi budam
besiaaar mamnoonam
movafagh bashid
|
|
|
|
 |
|
 |
hi dear amin, i tested ur calendar , that's so cool.
but it have a bug! when user click on Today-Button
for refresh calendar and display today , the calendar
tabel been commix.
how can i fix it ?
really tanx
|
|
|
|
 |
|
 |
Hi,
Thanks for the good work.
Could you be kind and mention from what source you've found the "Jalali Leap Year Calculation Algo."?
Thank You
Sasan
|
|
|
|
 |
|
 |
ASP.NET controls often render with client-side IDs different than what’s declared in your aspx code, for example "ctl00_PageContent_PlaceHolder_...."
So to use this calendar in ASP.NET
1-put a textBox on a webform (txtCalendar)
2-put an image control on a web form (imgCalendar)
Now put this code in webform's Page_Load
imgCalendar.Attributes.Add("onclick", "displayDatePicker('" + txtCalendar.ClientID + "');");
Enjoy!
|
|
|
|
 |
|
|
 |
|
 |
hello
THank you from Your Nice Code
|
|
|
|
 |
|
 |
hi, thanks for your useful sample.
when I click on "today" button, the arrangement of days is disordered.
any idea?
Regards,
Narges
|
|
|
|
 |
|
 |
Hello,
The calendar you wrote is great. I reviewed the source code and find Gregorian calendar methods equivalent to Persian calendar ones. I want to know if you have the Gregorian version of this calendar too. If yes, could you please upload it?
Thank you in advanced,
Minoo
|
|
|
|
 |
|
 |
Hi,
The base code of this calendar was a Georgian calendar, but I haven't that code at this time. You can find a source code for Georgian cal in the internet.
Thanks
Amin Habibi Shahri
|
|
|
|
 |
|
 |
Hello,
Actually I wanted to have the same user interface for both Gregorian and Jalali calendar. BTW thanks.
Minoo Shams
|
|
|
|
 |
|
 |
ba tashakor mikhastam bedoonam aya emkanesh hast ke khode calendar rtl she yani friday biad samte chap
|
|
|
|
 |
|
 |
dar hale hazer kheir.
Amin Habibi Shahri
|
|
|
|
 |
|
 |
why not?
open "calendar.css" file and edit it as below:
/* the table (within the div) that holds the date picker calendar */
.dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #FFFFE6;
border: 1px solid #AAAAAA;
direction:rtl;
}
"direction:rtl;" will do the trick.;)
|
|
|
|
 |
|
 |
bale emkanesh hast
modified on Thursday, April 29, 2010 4:57 AM
|
|
|
|
 |
|
 |
Hi,
I have used your calendar in the asp.net project ,but when I open the project pages in firefox, the calendar does not work.
Please help me.
regards,
|
|
|
|
 |
|
 |
Could you send me your ASP.NET page, please? I'll review it to see what is the problem.
I used this code in ASP.NET pages already and I've got no error!
Amin Habibi Shahri
|
|
|
|
 |
|
 |
you must use serverside control and use the uniqueid in clint side
|
|
|
|
 |
|
 |
Hi,
I have a problem with using the calendar.
When I use it in Master/content page in asp.net and I add runat="server" in <input name="AnotherDate"/> for getting the text in code behind, I see the "Error in page" when I run the page and click the select button.
This problem doesn't exist when I use normal page.
Please help me.
Regards,
|
|
|
|
 |
|
 |
Hi Afsoon,
I don't know what is your problem exactly. I have used it in my ASP.NET codes already, and I've got no problem within it.
Can you send me an attachment including your asp.net source?
Your problem maybe occurs because of name conflict! but I'm not sure.
Thanks
Amin Habibi Shahri
|
|
|
|
 |
|
 |
i can't use your code in my project
cause i use AJAX-PopmodalExtender in my project
and your calendar doesn't work at it!!!
how can i use it?(how can i contact with u? and
ask some question?!?!?!)
Barbod
|
|
|
|
 |
|
 |
Hi,
Thank you for implementing this JavaScript calendar.I had the C# version of the persian calendar, based on the Julian day, which i used for implmenting my web calendar UserControl.
Thanks.
http://bahramshahrfa.blogspot.com/
|
|
|
|
 |
|
 |
You're welcome.
Amin Habibi Shahri
|
|
|
|
 |
|
|
 |
|
 |
Thank you, dear Salar.
Amin Habibi Shahri
|
|
|
|
 |