Hits Today: 15 Total: 44546 | 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: 16 Total: 13002 | 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: 1 Total: 1771 | 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: 1 Total: 1934 | 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: 1043 | 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: 1 Total: 4426 | 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# |
Hits Today: 1 Total: 6238 | Updated: 3/17/2004 | |
 | The validators shipped with .NET are great tools to check and validate what the user enters on a web form, before processing it. Unfortunately some every-day-useful validators are missing... Author: ManOwaR Code: ASP.NET v1.1 & C# | |  | |
Hits Today: 1 Total: 2676 | Updated: 11/1/2001 | |
 | This article is an example of how to use the exciting new TCP/IP capabilities of ASP.NET to connect to a public time server and retrieve the correct date and time.
Author: Chris Garrett Code: ASP.NET Beta 2 & VB |
Hits Today: 1 Total: 6402 | Updated: 8/13/2001 | |
 | In this article we will develop a method for checking if a given string represents a valid date/time value. Author: Remas Wojciechowski Code: ASP.NET Beta 1 & VB |
|