I have a datetime column in which i have dbnull values in several rows. When I try and filter the column, I get the following:
Specified cast is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Specified cast is not valid.
It appears that the filter doesn't handle nulls.
Any ideas?
Thanks,
Terry Webster