|
|
|
|
|
| | Total Hits: 3 | Today: 0 | Author: Dan Letecky | Rating:  |
| |  A light-weight month picker that will save you an hour or two. It replaces a combination of two separate dropdowns (one for month, another for year). On reporting pages for listing values/summaries for a given time period.... |
| | Total Hits: 1 | Today: 0 | Author: Jean-marc Lai | Rating:  |
| |  EventCalendar control is a non-composite web control the creates a Gantt style calendar viewable by quarter periods. The events are detailed on a left hand pane, while the right hand pane shows the events as strips along a horizontal calendar. You can add a hyperlink on these strips to take the user to another document. The right hand pane is scrollable. The events can be grouped into groups which will be shown highlighted above the groups' events. The control takes in XML data for the events.... |
| | Total Hits: 1 | Today: 0 | Author: Srinivasan Venkatachalam | Rating:  |
| |  I wish this calendar will help developers those who are working in ASP.NET using Calendar Control (server control) and JavaScript.
This calendar contains some additional functions (four buttons). These functions can be used to scroll year/month to either the future or the past. Further this will display the selected month name in the label control.... |
| | Total Hits: 2 | Today: 0 | Author: pbp_286 | Rating:  |
| |  Customize calendar control to add day wise information and formating.... |
| | Total Hits: 0 | 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: 115 | Today: 0 | Author: hitesh_tech. | Rating:  |
| |  This Customised Calender web server Control developed in .Net version 1.1. this can be easily Added to toolbox below other web controls . drag & drop the control on web page like normal web server controls. user can set many look properties of control.
Calendar power at your finger tips Compared to other scripting languages—in which you have to manually create a calendar, perform date calculations, and assign events—This Calendar control comes as a welcome breath of fresh air. If you have... |
| | Total Hits: 119 | Today: 0 | Author: prst123. | Rating:  |
| |  The calendar control is part of the dot net web controls collection. Its in the namespace System.Web.UI.WebControls. It provides an efficient mechanism for the user to to select dates in the desired format.But one of the functionality that we require most of the time, as part of validation is to disable a range of dates. Mostly we weould like to disable past dates so that user wont select them. This can be done with a little bit of tweaking. I will explain this in my article.... |
| | Total Hits: 95 | Today: 0 | Author: sun yan | Rating:  |
| |  Setting a holiday is a common requirement in many information systems. Making use of the flexibility of the calendar Web control, we can add in a check box beside each day in the calendar. The user can tick multiple days directly in the control and save their selection in one click.... |
| | Total Hits: 102 | Today: 0 | Author: Doug Seven | Rating:  |
| |  In a DataGrid, when the user clicks on the Edit button, a cell (TableCell) and an image link are created at runtime. When the user clicks on the image, a calendar pops up. It closes itself when the user clicks on a date. My problem is that I don't know how to populate the cell with the date that the user chooses from the calendar. I can, however, get the date from the calendar to populate the text outside the datagrid. I'd be appreciate if you coud show me some samples on how to achieve this.... |
| | Total Hits: 96 | Today: 0 | Author: Michael Sync. | Rating:  |
| |  The Calendar control becomes an essential control for business application developments since the most of data entry forms used to have one or more field for Date value. Let's say! we are working on a page called "Candidate Resume Entry" of Recruitment System. There will be some date fields such as "Date of Birth of Candidate", "Resume Submitted Date" in that page. The calendar control needed to be used in that page. Okay. Let me stop talking about this here as I know you already know how calend... |
| | Total Hits: 111 | Today: 0 | Author: michaelsync | Rating:  |
| |  I came across this article for my project as I had problems with ew:CalenderPopup control. The tutorial is very good and well explained.
However I noticed when clicking on the date picker button and the calender pops up. It has the blue arrows for each month to scroll by. Is there anyway I can put an extra arrows to scroll for year by year?
How can this be done please? Can you point me in the right directions of which file and what code to put in please?... |
| | Total Hits: 119 | Today: 0 | Author: michaelsync | Rating:  |
| |  This article is a part II of my previous article “Using ASP.NET Calendar and Yahoo.UI.Calendar in ASP.NET 1.1“.As you all know, I have shown very simple way of using those calendar controls in ASP.NET 1.1 Project in my previous article. However, I got some mails that they has some problems in using Yahoo.UI.Calendar from Master Page or Base Page in their project. So, I started writing this part II for those who has problems.... |
| | Total Hits: 101 | Today: 0 | Author: michaelsync | Rating:  |
| |  The Calendar control becomes an essential control for business application developments since the most of data entry forms used to have one or more field for Date value. Let’s say! we are working on a page called “Candidate Resume Entry” of Recruitment System. There will be some date fields such as “Date of Birth of Candidate”, “Resume Submitted Date” in that page. The calendar control needed to be used in that page. Okay. Let me stop talking about this here as I know you already know how calend... |
| | Total Hits: 123 | Today: 0 | Author: Michael Brinkley | Rating:  |
| |  Every year around the holidays, I think about calendars, for personal use, and for those hard to buy for folks for Christmas. Well, the other day it hit me. Why not make an online calendar generator? One that can give the user a choice of pictures. And where better to debut it than on the ASPAlliance site, showcasing the Authors and the Orcsweb team.
This application was designed from the ground up to do only one thing - print hard copy calendar pages. Sure, most graphics applications... |
| | Total Hits: 144 | Today: 0 | Author: pbp_286. | Rating:  |
| |  Customize calendar control to add day wise information and formating.... |
| | Total Hits: 116 | Today: 0 | Author: pbp_286 | Rating:  |
| |  Customize calendar control to add day wise information and formating.... |
| | Total Hits: 147 | Today: 0 | Author: Dan Letecky | Rating:  |
| |  Showing the features of a flexible ASP.NET event calendar/scheduling control.
The only required step to make DayPilot working is to bind it to a data source. It supports DataTable (and DataSet) as a data source so you can easily supply the data from your database.... |
| | Total Hits: 260 | Today: 0 | Author: Steve C. Orr | Rating:  |
| |  The Calendar control included with ASP.NET provides an easy and intuitive way for users to visually select dates. However, it takes up so much screen real estate that you may not be able to fit many other controls on the page. The custom DropDownCalendar control detailed in this article solves the problem with a small footprint that expands only when needed. The custom DropDownCalendar control described in this article inherits from the standard ASP.NET Calendar control and extends it with th... |
| | Total Hits: 155 | Today: 0 | Author: George Chastain. | Rating:  |
| |  While creating a project website for work recently, I wanted to add an event calendar to make it easy for team members to communicate events such as meetings, training, moral-building events, etc. to other team members. Yeah, I know, there are lots of ASP calendars out there. I looked all over the web and found tons of web calendars, but I did not find exactly what I was looking for in format or capabilities. Also, most of the really good ones were not free and there was no budget to purchase on... |
| | Total Hits: 56 | Today: 0 | Author: Joel Martinez | Rating:  |
| |  ASP.NET's set of controls are by far some of the most useful objects ever to come pre-packaged with any development environment. The data driven controls such as the DataGrid, Repeater, and DataList give you very powerful control over how you output your data—all with minimal (if any) effort on your part. While others, such as the ListBox, serve to automate menial tasks such as filling drop down lists with data. ASP.NET also comes with a pair of "Rich Controls" that give you the framework to bui... |
|
|
|
|
|
|
|
|
|
|
|
|
|