On Mon, May 21, 2012 at 2:27 AM, Antony Millan <[email protected]> wrote: > Hi team, > > Here is the attached error while trying to debug the application, but not > able to fix the issue. Kindly advice me how to proceed futher to fix the > issue. > > > > Server Error in '/' Application. > ________________________________ > > The value '' of the ValueToCompare property of 'cmpVALID_FROM_TODAY' cannot > be converted to type 'Date'. ---------------------
cmpVALID_FROM_TODAY ="" << This is what you currently have. cmpVALID_FROM_TODAY ="2012-5-19" << Something like a date is what you need. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
