|
|
 More Subcategories Available
| Date & Time [+] Favor-It | |
| |
 |
| | Sort By:
|
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
|
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# |
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 |
|  | |
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 |
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 |
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# |
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# |
|  | |
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 |
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 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|