Monday, November 12, 2018

Small issue and fix for at least one object must implement icomparable.

 Recently, I was adding a check for order by and found this issue.


It was because of I put the order by field as  Item["FieldName"] it should be on value like Item["FieldName"].value

No comments:

Post a Comment