Hits Today: 7 Total: 31597 | Updated: 6/22/2002 | |
 | A normal query asked is to validate the date in a specific format. The sample code demonstrates to validate a date in a specific given format. Sample Below checks for the date given in mm/dd/yy or mm/dd/yyyy format
|
Hits Today: 6 Total: 3138 | Updated: 5/14/2007 | |
 | It is a Server side Date validation. User enter date which is checked in C#. Some people validate by throwing exception which is incorrect method. I have used DateTime.TryParse.. which is available in v2.0. have look ..just one line of code.. ;) Code: ASP.NET v2.0 & C# |
Hits Today: 2 Total: 680 | Updated: 2/2/2007 | |
 | Using ASP.NET 2.0 WebParts control, you can build customizable web pages for the end user. This tutorial will show you an example on using WebParts control to create a calendar which can be dragged and dropped from user interface. Author: AspNet Tutorials Code: ASP.NET v2.0 & VB | |  | |
Hits Today: 16 Total: 57009 | Updated: 11/12/2003 | |
 | Working with Dates and Time in ASP.NET using Visual Basic.NET is not a complicated matter. This tutorial will show you over a dozen ways to easily display and format date time information. Author: www.easerve.com Code: ASP.NET v1.1 & VB |
Hits Today: 4 Total: 32725 | Updated: 9/25/2002 | |
 | Getting and displaying dates is easy to do using .NET. Just start out by creating a new System.DateTime object and then set it too the current date using System.DateTime.Now Author: superdotnet.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 22626 | Updated: 10/2/2002 | |
 | The example code in this tutorial illustrates how to compare two dates as well as shows the different methods to use in order to add to a date or time.
Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 651 | Updated: 1/9/2007 | |
 | With so many sites displaying out of date copyrights why not make sure you're site always has a current copyright with this dynamic function. Author: Michael Wall Code: ASP.NET v2.0 & VB | |  | |
Hits Today: 2 Total: 918 | Updated: 1/9/2007 | |
 | Learn how to easily display the current date with the ordinal suffix, for example Friday 1st January 2020. Author: Michael Wall Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 4128 | Updated: 3/17/2004 | |
 | There was no reliable method for determining the format of date the user really was using (mm/dd/yyy or dd/mm/yyyy) for data entry. Thus was born an idea for a date control based solely on list boxes. Author: David Truxall Code: ASP.NET v1.1 & C# |
|