Posts

Showing posts with the label Calendar Control

Calendar Control in ASP.NET

Image
In this article we are reading about  “ Calendar control in ASP.NET ” . The calendar control is a functionally rich web control, which provides the following capabilities: Displaying one month at a time Selecting a day, a week or a month Selecting a range of days Moving from month to month Controlling the display of the days programmatically Birthdays, anniversaries, appointments, holidays, bill payments, and project deadlines. All these have one thing in common. Guess? It’s a date. It is difficult to remember dates so for that calendar comes to your rescue. ASP.NET provides a Calendar control that is used to display a calendar on the Web page. This control displays a one-month calendar that allows the user to select dates and move to the next and previous months. By default, this control displays the name of the current month, day headings for the days of the weeks, days of the month and arrow characters for navigation to the previous or next month. ...