I am receiving the following error when attemping to run a page with the Scheduler control on it:
String was not recognized as a valid DateTime.
I have the DataSourceID set to an ObjectDataSource which returns data from a table adapter.The DataStartField and DataEndField are set to columns in the database that are of type DateTime. Is there some specific format that the date properties are looking for?