|
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
|