Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Server Controls > Calendar Control


Search:
What's New - What's Hot
Calendar Control for your Web site – An HTML Component (HTC)  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Venkatakarthikeyan Natarajamoorthy      Rating:  
Read Reviews | Write Review |  Your Rating: 

More than thousands of web sites are selling this kind of web based calendar controls. Have a look at this HTML component. Feel free to use/modify if you want, in your development. Please get back to me if you want to add any special features that you like.

This web based calendar control is fully written as an HTC component by using HTML and DHTML....

DataCalendar     
Total Hits: 614  |  Today: 0Author: Mike Ellison      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article presents a sub-class of the ASP.NET Calendar control, to function as a data-driven display calendar with template support for item layout. Though there are limitations to the approach of sub-classing Calendar, it is a useful alternative to creating such a control from scratch, as significant functionality can be inherited. The DataCalendar class is described with specific attention to data binding, templates, and styles....

Tour Calendar With Detail Section Part 1     
Total Hits: 1574  |  Today: 0Author: Curtis Swartzentruber      Rating:  
Read Reviews | Write Review |  Your Rating: 

While it is very nice to have a built-in calendar control, this control can be a bit difficult to work with and isn't very flexible in some ways. It ended up taking me much longer to figure out how to do certain things than I expected. I'll try to share those gotchas with you as I go. In order to do this tutorial justice, I'm going to split it up into several parts....

DayPilot - Building an Outlook-Like Calendar Component for ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Dan Letecky      Rating:  
Read Reviews | Write Review |  Your Rating: 

The story is simple and you might have already heard it: I needed a component and because I wasn't able to find a good one I decided to write it. I was thinking like this: It would take me two hours to find it, another two hours to understand it and another two hours to customize it. Six hours. In six hours, I should be able to write a simple component by myself....

A Better ASP.NET Datepicker and Calendar Control  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: liammclennan      Rating:  
Read Reviews | Write Review |  Your Rating: 

When developing enterprise ASP.NET applications, it is common to require the input of dates. The two solutions provided by .NET and Visual Studio out of the box; using a textbox with validation and using a calendar control, are both flawed. A textbox leaves too much scope for the user to make a mistake with data entry. Should the 15th of January be written '15/1/06', '15/01/06', '15/01/2006', or '1/15/06'? Some users need to have a calendar to allow them to pick the correct date without regard t...

customize Calendar Control  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: pbp_286      Rating:  
Read Reviews | Write Review |  Your Rating: 

Customize calendar control to add day wise information and formating....

Using ASP.NET calendar for web applications.  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Andrew Golik      Rating:  
Read Reviews | Write Review |  Your Rating: 

The calendar control is the most used control for business applications. There is now way to avoid this. If you are using environment where there isn’t such control you have to buy it from outside developers or spend your time implementing it yourself. The article describes the usage of calendar control inside static html page. I faced needs to use calendar control when I had chance to program in ASP environment. I hope you found it useful....

Calendar control and holidays  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: NathanielSuho      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is a simple walkthrough of how to use the Calendar control in Visual Studio 2008 using the C# programming language. The Calendar control is a feature which allows the user to select dates specified or move in between months. There are many things you can customize under the Properties window in Visual Studio, such as DayHeaderStyle, DayStyle, NextPrevStyle, OtherMonthDayStyle, SelectedDayStyle, SelectorStyle, and WeedendDayStyle. These can be modified for a change in text, color, ...

Calendar control in ASP.NET     
Total Hits: 139  |  Today: 0Author: Puran Mehra      Rating:  
Read Reviews | Write Review |  Your Rating: 

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....

Picking Dates with a Free RJS PopCalendar, a Free ASP.NET Popup Calendar Control     
Total Hits: 1014  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

A common user interface element for entering date values is a popup calendar. For example, virtually all travel and booking websites prompt for dates using a textbox that, when clicked or focused, displays a calendar that hovers above the rest of the content on the page. Upon clicking a date from the calendar, it disappears and the date value appears in the textbox. Some websites require that the date be chosen from the calendar; others allow the user to either type in the date or pick it from t...

How to Create Date Calendar as User Control     
Total Hits: 263  |  Today: 0Author: T.Ashraf      Rating:  
Read Reviews | Write Review |  Your Rating: 

Create a Ajax enabled web site and create a Date User Control and copy paste the code listed below into the user control page after that drag and drop the on all the report pages that use Start Date and End Date....

Populating Form Inputs Using the Calendar Control     
Total Hits: 122  |  Today: 0Author: James Avery      Rating:  
Read Reviews | Write Review |  Your Rating: 

Have you ever created a form with a text box where you needed the user to enter a date? For example, travel sites like Expedia.com have such text boxes for the user to enter their desired departure and arrival dates when booking a flight. Of course, making the user type date information into a text box is cumbersome and asking for trouble - for starters you've got to validate that the date is in the right format and things can get confusing for you (and your visitors) if you have non-US visitors...

CodeSnip: How to Create an Extended Calendar in ASP.NET     
Total Hits: 188  |  Today: 0Author: Nidal Arabi      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article Nidal demonstrates the creation of an extended calendar in ASP.NET. The calendar control is displayed in a popup window and the selected date will be displayed inside a Textbox control....

GridView needs more plumbing code to support Calendar controls     
Total Hits: 258  |  Today: 0Author: Viswanath Majeti.      Rating:  
Read Reviews | Write Review |  Your Rating: 

I needed to create a TaskManager application to manage tasks assigned to programmers in my team and used calendar controls to provide the StartDate and EndDate for each task created. I am able provide two way binding for SelectedDate and also retain the VisibleDate as documented on MSDN, but I had problems retaining the SelectedDate in the GridView during edits....

PopUp Calendar     
Total Hits: 1245  |  Today: 0Author: vivekthangaswamy.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is Vivek's Popup Calendar using ASP.NET, Jscript and C#. The popup calendar I have developed using Microsoft technology is more simple to use and easy to integrate with your .NET web application. Software requirements to run this program:

* .NET Framework
* IIS Web Server
* Internet Explorer...

JavaScript Calendar Control in ASP.NET 2.0     
Total Hits: 640  |  Today: 0Author: Raj Beniwal      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I am going to explain, how we can use a JavaScript Calendar control in ASP.NET 2.0. In this article I am using a JavaScript file (Calendar.js) and a CSS file (Calendar.css). JavaScript file has all functions and methods, which are used in calendar and CSS file has all calendar style sheets....

A better ASP.NET Datepicker and Calendar Control     
Total Hits: 476  |  Today: 0Author: liammclennan.      Rating:  
Read Reviews | Write Review |  Your Rating: 

When developing enterprise ASP.NET applications it is common to require the input of dates. The two solutions provided by .NET and Visual Studio out of the box; using a textbox with validation and using a calendar control, are both flawed. A textbox leaves too much scope for the user to make a mistake with data entry. Should the 15th of January be written '15/1/06', '15/01/06', '15/01/2006', or '1/15/06'? Some users need to have a calendar to allow them to pick the correct date without regard to...

ASP.NET Datepicker and Calendar Control     
Total Hits: 511  |  Today: 0Author: Liam McLennan      Rating:  
Read Reviews | Write Review |  Your Rating: 

When developing enterprise ASP.NET applications it is common to require the input of dates. The two solutions provided by .NET and Visual Studio out of the box; using a textbox with validation and using a calendar control, are both flawed. A textbox leaves too much scope for the user to make a mistake with data entry. Should the 15th of January be written '15/1/06', '15/01/06', '15/01/2006', or '1/15/06'? Some users need to have a calendar to allow them to pick the correct date without regard to...

Creating a Calendar Control in ASP.Net     
Total Hits: 2126  |  Today: 0Author: Faraz      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article you will learn about the very simple but very useful control i.e. Calendar Control in ASP.Net. Consider a business application that contains the information related to Stock Exchange or an application that relates to the announcements in educational center. This calendar control can be helpful in making the user interface (UI) friendlier. The Calendar control displays the dates for a single month on a web page. It provides a pager controls that allows the user to move from month ...

Highlighting Important Dates in Calendar     
Total Hits: 517  |  Today: 0Author: CodeProject      Rating:  
Read Reviews | Write Review |  Your Rating: 

We all are familiar with the ASP.NET Calendar control. We can click on dates and it will be highlighted. But once you refresh the page, the selected dates are gone. How about making a small application that remembers the date you selected....


1  2  3  4  5  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net