|
|
|
|
|
| | Total Hits: 2 | Today: 0 | Author: Venkatakarthikeyan Natarajamoorthy | 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.... |
| | Total Hits: 614 | 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: 1574 | 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: 2 | Today: 0 | Author: Dan Letecky | 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.... |
| | Total Hits: 1 | 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 t... |
| | Total Hits: 0 | Today: 0 | Author: pbp_286 | Rating:  |
| |  Customize calendar control to add day wise information and formating.... |
| | Total Hits: 2 | Today: 0 | Author: Andrew Golik | 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.... |
| | Total Hits: 6 | Today: 0 | Author: NathanielSuho | 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, ... |
| | Total Hits: 139 | Today: 0 | Author: Puran Mehra | 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.... |
| | Total Hits: 1014 | Today: 0 | Author: Scott Mitchell | 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... |
| | Total Hits: 263 | Today: 0 | Author: T.Ashraf | 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.... |
| | Total Hits: 122 | Today: 0 | Author: James Avery | 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... |
| | Total Hits: 188 | Today: 0 | Author: Nidal Arabi | 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.... |
| | Total Hits: 258 | 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: 1245 | 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: 640 | 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: 476 | 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: 511 | 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: 2126 | 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: 517 | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|