|
|
|
|
|
Total Hits: 98 | Today: 0
|
Author: Mediachase
|
Rating:
|
|

The Mediachase Calendar.NET Web Control is an ASP.NET web-server control that allows .NET developers to add dynamic calendar support (Day, Week, Workweek, Timeline, Month, Year, and more...) to your applications with a minimum amount of effort. Supports .NET 1.0 and 1.1 frameworks and is used by hundreds of customers around the world and in major enterprise....
|
|
|
|
Total Hits: 250 | Today: 0
|
|
Rating:
|
|

The DateTextBox class is a custom control for ASP.NET. It is based on a TextBox web control with an optional image button to open a popup calendar window. On browsers that support JavaScript 1.2, it provides extensive keyboard management and client-side validation....
|
|
|
|
Total Hits: 114 | Today: 0
|
|
Rating:
|
|

Great C# ASP.NET Event Calendar. Great for Internet & Intranet Sites. Allows users of the calendar to save their own events, then you as the developer can determine how to store these: database, xml, or event cookie...
|
|
|
|
Total Hits: 112 | Today: 0
|
Author: Z-SoftNet
|
Rating:
|
|

Web Calendar Control is a Web Forms ASP .NET control designed to allow developers to display calendar data in a many views(up to 14). Built 100% in .NET managed code(C#) , the control is using the latest technologies built into Visual Studio .NET, allowing developers to concentrate on the more important application tasks....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Shiny Zhu
|
Rating:
|
|

Would you like a calendar in your ASP.NET MVC project? Maybe you are looking foward to a calendar control that can embeded in your ASP.NET MVC project. Maybe much more people suggest you try a javascript calendar to meet your requirements. Maybe you were trying the asp:Calendar ... control but it need a form with runat="server" that is not so clean and easy to use with our MVC web....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: jedliu2046
|
Rating:
|
|

Many people have the experience of using the Calendar,it does facilitate our works and lifes.But most of the Calendars are based on text alert, that means you can only get the reminder event before your computer. So I think if the Calendar can remind me by phone.If I want to achieve this idea, I need a Calendar that can provide me APIs, a technology that can make me to call through programming. Fortunately,these technologies for this idea have been provided by some company,Google Calendar and IV...
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: Ertan Tike
|
Rating:
|
|

Before writing this control, I was in need of a day view control that just looks like that in Outlook. I have found some commercial toolkits but none of them meets my requirements. Some of those want that all appointments be given before showing the control, some of those are not open source, etc. So I wrote this control in a "hurry development", and I think other people can use it. Pay back time for using the CodeProject :) What we have? * You can create your appointment class to hold...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Patrik Bohman
|
Rating:
|
|

I decided to write this control because I needed a month calendar that's much more customizable and flexible than the standard Visual Studio Calendar, in one of my projects. My primary focus was the ability to add information (color, text, image etc.) to each day, and for this to work reasonably well, it must also be resizable. This is my second article for CodeProject, and it shares some of the implementation techniques of the previous article, so if you want some detail on the implementation o...
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: Patrik Svensson
|
Rating:
|
|

This is my first attempt ever to write an article of any kind. I don't have much experience in programming, but I would love some feedback about this article in order to learn. English is not my primary language so be nice to me. I'm currently working on a calender application with a friend of mine, and knowing the weekday and the weeknumber is somehow fundamental. I can't remember where I found the algorithms and information necessary to know how to retrieve the weekday and weeknumber, but if y...
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Jan Schreuder
|
Rating:
|
|

I was looking for a way to calculate the date for Easter Sunday when I found Oskar Wieland's article, Calculating Easter Sunday, here at Code Project. It describes a method in C++ and I needed the code in C#. I then realized that Easter is not the only Christian holiday that can be calculated. Some are directly related to Easter, others are related to Christmas. I therefore created a simple C# class that will return dates for the following Christian Holidays: * Easter Sunday * Good...
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: Anas Bahsas
|
Rating:
|
|

The main objective for this class is to convert between two calendars, the main advantage of this class is that it is very rich in overloaded function. So you can choose the best format you need. At the beginning, I defined variable cur of type System.Web.HttpContext. This variable will show any error happen during function execution but you have to turn Trace to true (in the ASP.NET page) in order to see error. After that, I defined arCulture of type CultureInfo....
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Ali Tavakol
|
Rating:
|
|

This article is presented to all programmers specially Iranian ones who want to use Jalali calendar in their applications. I have designed the class CJalaliCalendar, by which you can get the current Jalali date, determine the time interval between two dates, get the day name, and more. With the provided class, there is no need to deal with the leap year problems of the Gregorian and Jalali calendars. All currently adopted methods for two calnedars are considered here. I have tried to add any nec...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Chris Maunder
|
Rating:
|
|

Tray Calendar is a freeware utility that I wrote after being amazed that 1. Microsoft did not bother to offer us a calender in the tray, and 2. People were charging good money for tiny little tray apps. The idea is simple: Put the day of the month next to the clock in the system tray. It tells you todays date, and will update the number displayed when the date changes. 20 seconds after it starts it will reshuffle itself so that it is the right-most icon in the tray....
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: Oskar Wieland
|
Rating:
|
|

Looking through old Pascal sources I found an algorithm to calculate Easter Sunday. I reinterpreted it to C++ and packed it into a small MFC dialog application. The sample calculates Easter from 1970 to 2037. Responsible for the limitation is the function mktime, used to calculate the offset to ash. Basically GetEasterSunday is able to calculate Easter from 1583 (beginning of Gregorian calendar) to 2499 (end of correction values)....
|
|
|
|
Total Hits: 5 | Today: 0
|
Author: Chris Maunder, LeRoy Baxter
|
Rating:
|
|

There has been a lot of interest about the correct method of calculating leap years lately, especially since it seems many programmers have got it wrong. Before Y2K the approximation "a leap year occurs every four years" was good enough for most situations. If you needed to deal with historical dates (post 1600AD), then you had to add the clause "unless the year was divisible by 100". This is where many programmers left it - but the rule for the Gregorian calendar is: 1. Most years divisib...
|
|
|
|
Total Hits: 144 | Today: 0
|
Author: AGD Studio
|
Rating:
|
|

Calendar of Events Web Control is a highly customizable, easy to use .NET Web Control. Just drag and dropt it onto your web page and you will have instant Calendar of Events. Every detail is customizable. Calendar of Events Web Control can adopt any Website or Web application look and feel. Calendar of Events Web Control writes events information into XML file, No database is needed....
|
|
|
|
Total Hits: 147 | Today: 0
|
Author: Quickwebsoft
|
Rating:
|
|

ASP.NET EventCalendar is an ASP.NET Server Control that allows you to easily add powerful and dynamic EventCalendars to your website or web application with just a few lines of code...
|
|
|
|
Total Hits: 69 | Today: 0
|
Author: Ben Li
|
Rating:
|
|

Aspose.iCalendar is a .NET class library providing classes and algorithms useful for time-oriented Recurrence Patterns, or schedules. Many applications need to manage this type of information, which can often be quite complex to describe and manipulate. Aspose.iCalendar frees the programmer from these details, providing a simple, standards-based interface that can support complex patterns....
|
|
|
|
Total Hits: 82 | Today: 0
|
Author: Softaholic.com
|
Rating:
|
|

SohoCalendar has been implemented in order to provide ASP.NET developers with an easy yet visual way to select date and/or time in web forms and applications. Both inline and popup approaches supported. Transparency, built-in localization and other features in this control....
|
|
|
|
|
|