Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

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


Event Calendar [ ASP.NET 2.0 / C# ]        
Total Hits: 286  |  Today: 0 Author: Neeraj Saluja       Rating:  
Read Reviews | Write Review |   Your Rating: 

Tracking anything in dates is one of the common requirement now a days. Tracking events, project milestones, tracking history, tracking schedule etc etc. It was quite a complex job until the wonderful Calendar Control of ASP.NET 2.0. It is one of the Standard Server Side Web Control of ASP.NET 2.0, which when used properly can help in accomplishing the varoius requirements, tracking being one of them. Here we are going to see how can this Calendar control can help us in tracking the events....

Highlighting Important Dates in Calendar        
Total Hits: 89  |  Today: 0 Author: azamsharp       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.
For creating a calendar, simply drag and drop the Calendar control from the ToolBox usually located on the left in VS.NET IDE....

Persian Calendar with Tray Icon        
Total Hits: 71  |  Today: 1 Author: mohamad hajibegloo       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is my first article that is written with the C# language. In this article, I will teach you how to build a simple application that creates a tray icon and shows a simple menu. Also in this article, you'll learn how to hide the main form of your application. If you are Persian, you can find codes that convert the date of a system to Hejri Shamsi and show the date in a tray icon....

Drop Down Calendar for the Web        
Total Hits: 187  |  Today: 0 Author: Daryl McMasters       Rating:  
Read Reviews | Write Review |   Your Rating: 

Need a quick, easy to use, self setting date selector for use on web pages. Here is a drop down calendar that fills the bill! You can see my demo page here: Calendar Demo....

Generating vCalendar files (.vcs) to download in ASP.NET        
Total Hits: 161  |  Today: 1 Author: Florent Boulanger       Rating:  
Read Reviews | Write Review |   Your Rating: 

Very simple to create vCalendar files, it is basically like creating text files, the only difference is the format.

In this example, a physical file is not created (no need to clean up a temp directory afterwards), the file is kept in memory using memory stream. Once the file is created in memory, it is sent for download.

vCalendar is using UTC, so the function ToUniversalTime is used to convert the local time to UTC....

GridView needs more plumbing code to support Calendar controls        
Total Hits: 111  |  Today: 0 Author: 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: 454  |  Today: 0 Author: 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: 262  |  Today: 0 Author: 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....

DataCalendar        
Total Hits: 357  |  Today: 0 Author: 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....

Highlighting Important Dates in Calendar        
Total Hits: 372  |  Today: 0 Author: 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....

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

Tour Calendar - Display tour dates on calendar control using database data...

Tour Calendar With Detail Section Part 1        
Total Hits: 1500  |  Today: 0 Author: 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....

Adding Calendar Popup to Text Controls        
Total Hits: 407  |  Today: 0 Author: Wyxlwiis       Rating:  
Read Reviews | Write Review |   Your Rating: 

Well I'm back with a new small usercontrol. a few days ago one of my customers asked me if it was possible to give a user the possibility of either writing a date in a textfield or just doubleclick it to get a Datepicker, so i made this control. This control adds the Date pick to Labels , TextBox, HTML inputfields and Divs. What it does is when bound to the mentioned controls is adding the ability of double clik a control and the popup a DatePicker. you can have as many datepickers on a page as ...

A better ASP.NET Datepicker and Calendar Control        
Total Hits: 264  |  Today: 0 Author: 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: 298  |  Today: 0 Author: 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: 1965  |  Today: 0 Author: 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 ...

Calendar Control In Mobile Forms        
Total Hits: 1606  |  Today: 1 Author: Jayachandran Ramadurai       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I would like to discuss “Calendar Control” on your Mobile Forms and how to get date details from your mobile phone. The Calendar control offers date-picking functionality in the same way that the Web Calendar control does, but is displayed on mobile devices....

Creating an Event Calendar        
Total Hits: 93  |  Today: 0 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

Our life is filled with events, lots of events. To accomplish most if not all we must schedule them on certain dates. This task is accomplished by marking the important dates on the calendar. In this article I will demonstrate how to create a very simple Event Calendar using ASP.NET....

ASP.NET(C#) calender        
Total Hits: 123  |  Today: 1 Author: JosephL, Arnab Dutta       Rating:  
Read Reviews | Write Review |   Your Rating: 

We often need a calender to give user a way to select date.We know that we have lots of JavaScript calender already available in the market.But some time we need a calender from where we can protect user to select only few date not all date and the best use for that is ASP.NET calender control we can do lots of function with asp.net calender control...like bind date from database etc which hard to do with JS calender....

Creating an Event Calendar        
Total Hits: 123  |  Today: 0 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

Our life is filled with events, lots of events. To accomplish most if not all we must schedule them on certain dates. This task is accomplished by marking the important dates on the calendar. In this article I will demonstrate how to create a very simple Event Calendar using ASP.NET....


1  2  3  4  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net