Link to home
Start Free TrialLog in
Avatar of Anthony Matovu
Anthony MatovuFlag for Uganda

asked on

validating date entry

I would want to make sure the user has entered a right date "--/--/----" at entry, what the best way to achieve this?
Avatar of djon2003
djon2003
Flag of Canada image

Here is a list of all validators you can use by default in ASP.NET :
http://msdn.microsoft.com/en-us/library/aa479013.aspx
Avatar of Ariful Ambia
DatePicker in ASP.NET 2.0 and AJAX Control Toolkit

http://www.codeproject.com/KB/webforms/DatePickerInASPdotNET.aspx
Avatar of Anthony Matovu

ASKER

Thank you very much, but my challenge is with the window forms
ASKER CERTIFIED SOLUTION
Avatar of djon2003
djon2003
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial