View Single Post
  #2 (permalink)  
Old Nov 2nd, 2005, 12:57
u2orange u2orange is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Want Date Format in dd/mm/yyyy in ASP.Net With C#.

Have you considered using the 'RegularExpressionValidator'?

If this is no god any you want to physically stop people from entering 32 into the textbox for the date, I would suggest either using the calendar object or a dropdownlist that populates on pageload/postback with the correct number of days.

HTH
Reply With Quote