|
|
|
|
|
Total Hits: 286 | Today: 0
|
Author: Neeraj Saluja
|
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....
|
|
|
|
Total Hits: 89 | Today: 0
|
Author: azamsharp
|
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....
|
|
|
|
Total Hits: 71 | Today: 1
|
Author: mohamad hajibegloo
|
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....
|
|
|
|
Total Hits: 187 | Today: 0
|
Author: Daryl McMasters
|
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....
|
|
|
|
Total Hits: 161 | Today: 1
|
Author: Florent Boulanger
|
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....
|
|
|
|
Total Hits: 111 | Today: 0
|
Author: Viswanath Majeti.
|
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....
|
|
|
|
Total Hits: 454 | Today: 0
|
Author: vivekthangaswamy.
|
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...
|
|
|
|
Total Hits: 262 | Today: 0
|
Author: Raj Beniwal
|
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....
|
|
|
|
Total Hits: 357 | Today: 0
|
Author: Mike Ellison
|
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....
|
|
|
|
Total Hits: 372 | Today: 0
|
Author: CodeProject
|
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....
|
|
|
|
Total Hits: 628 | Today: 0
|
Author: Curtis Swartzentruber
|
Rating:
|
|

Tour Calendar - Display tour dates on calendar control using database data...
|
|
|
|
Total Hits: 1500 | Today: 0
|
Author: Curtis Swartzentruber
|
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....
|
|
|
|
Total Hits: 407 | Today: 0
|
Author: Wyxlwiis
|
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 ...
|
|
|
|
Total Hits: 264 | Today: 0
|
Author: liammclennan.
|
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...
|
|
|
|
Total Hits: 298 | Today: 0
|
Author: Liam McLennan
|
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...
|
|
|
|
Total Hits: 1965 | Today: 0
|
Author: Faraz
|
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 ...
|
|
|
|
Total Hits: 1606 | Today: 1
|
Author: Jayachandran Ramadurai
|
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....
|
|
|
|
Total Hits: 93 | Today: 0
|
Author: AzamSharp
|
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....
|
|
|
|
Total Hits: 123 | Today: 1
|
Author: JosephL, Arnab Dutta
|
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....
|
|
|
|
Total Hits: 123 | Today: 0
|
Author: AzamSharp
|
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....
|
|
|
|
|
|