Question : Allowing earlier dates in datetime picker control than 1753

I've spent the last hour searching on the web to find a way of allowing dates earlier than 1753 as the minimum date specified in the datetime picker control, but I couldn't find anything about it, or in the c# help files.

Due to the nature of the business, we need to record the construction date of properties, which could be anything as early as the year 1400!  My problem is that the datetime picker control I'm using only allows the minimum date of 01/01/1753.   How can I allow the datetime picker to allow dates earlier than this?

Answer : Allowing earlier dates in datetime picker control than 1753

set the mindate property

datetimepicker.Mindate = Datetime.Minvalue;
but the problem is if u are going to store this in sql then the min date there is 1753..any dates less tha this will thrw an error
Random Solutions  
  •  JQuery is disabled by partial postbacks
  •  Microsoft SSIS Service failed to start. Error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
  •  MS Excel 2007 Opens 2 Windows Every Time I Open File From Shortcut.  How do I Fix?
  •  Can i use XSD.exe or XSDObjectGen to generate a class library from a DTD? And if so which is best?
  •  using required field validators to validate inputs for a textbox on an asp.net page
  •  Close form in access and abandon half fillled record - without any access messages/Have a button/event do the same thing as the escape key.
  •  How to Send Alert Info from Dell Open Manager Via Email
  •  Error While Importing Microsoft CRM 4.0 Database
  •  Access 2003: shell command - quest 2
  •  Terminal Server 2003 copy and paste files to and from XP Pro clients?
  •  
    programming4us programming4us