Birthdays, anniversaries, bill payments, and (probably the most nerve-racking of them all!) project deadlines. All these have one thing in common: a date. And if you're like me, you probably can't remember them all without the aid of a calendar or diary.
Well, it's time to take your diary digital, with ASP.NET's Calendar control. One of the more interesting controls in the .NET Framework, the Calendar control allows programmers to build applications to display and manipulate dates, months, and years. In this article, I'll show you how.
The basic calendar
Let's start with a simple example: the source code for a no-frills calendar on a Web page, in Listing A.
Listing A
<%@ Page Language="C#" %>
<html>
<head></head>
<body>
<form runat="server">
<asp:calendar id="MyCalendar" runat="server" backcolor="white"
width="250px" height="200px" font-size="12px" font-names="Arial" />
</form>
</body>
</html>
Here's what it would look like in action:
Basic ASP.NET calendar control
Pretty cool, huh? And all automatic, to bootâ€"no more worrying about whether August has 30 or 31 days, because Calendar handles all those calculations internally for you.
The Calendar control can display any date between 0 and 9999 AD. It's enclosed within a
Do you need help with HTML? 





1
murthy - 23/02/07
well using for s/w professional
» Report offensive content
2
murthy - 23/02/07
well using for s/w professional
» Report offensive content
3
sri - 17/07/07
this is really kool thanks i got the code for which i m searching for thanks so much
» Report offensive content
4
umapathy PS - 04/09/07
Hi,
i want to hide entire column of the calendar dates belongs to particular days like monday,tueday,wednesday,thursday,saturday.
OR
i want to display only column of the calendar dates belongs to sunday and friday
» Report offensive content
5
umapathy PS - 04/09/07
Hi,
i want to hide entire column of the calendar dates belongs to particular days like monday,tueday,wednesday,thursday,saturday.
OR
i want to display only column of the calendar dates belongs to sunday and friday
» Report offensive content
6
umapathy PS - 04/09/07
Hi,
i want to hide entire column of the calendar dates belongs to particular days like monday,tueday,wednesday,thursday,saturday.
OR
i want to display only column of the calendar dates belongs to sunday and friday
» Report offensive content
7
Srinivas.B - 01/01/08
hi,
i want to add some new events in my calender.how can i write code for that in website.
» Report offensive content
8
Kolags - 03/03/08
Hi, I want to set Limit for calendar. Like date range between 1Yr From date to To date.
» Report offensive content
9
Amy - 07/10/08
Hi,
I want to build the same calendar control for my windows mobile application (I dont want to use this web control). Can anybody suggest me some link?
thanks.
» Report offensive content
10
shyam - 19/08/09
Hi,
i want to connect a calender from other website,which display our copmanys info ti is like broker/agent from i need to connect a event calender to my webpage.
please any body help in coding..
» Report offensive content