Hi guys, I'm just wondering if anybody has come across the DBNull issue?
When returning data into a collection (via a sql query in my case), I have some null values, the problem I am facing is when I try do anything with that collection I get the "DBNull" error.
Has anybody experienced this issue before?
TIA