Hi All
I have a strange issue where SortByColumns gives blank collection if used with "Created" column
SortByColumns(MySPlist, "Created", SortOrder.Descending) - gives blank collection
but it works with other columns, like ID
SortByColumns(MySPlist, "ID", SortOrder.Descending) - gives collection with lots of items
And it only happens with one particular SharePoint list
Any idea why it could be happening?
Thanks