Could you please take a look at the attached example.
I have a shape file in wich i have a date column.
But thinkgeo shapefeaturesource in columnvalues is not giving me a valid date format.
Can you help me with this?
In the test page i have two buttons, a gridview, a label and a calendar control.
when i press the first button the gridview is filled with all (untyped) data.
When i press the second button, i put the value from the date field (as string) into the a label value.
And i would like to select the date in the calendar, but is gives me the exception:
System.InvalidCastException: Conversion from string "20080924" to type 'Date' is not valid. at Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value) at
sThinkGeo_SHPDateProblem.zip (48 KB)