'Item Does Not Exist' error reading SharePoint 2010 List
I have a list in SharePoint 2010. If I add items to the list programmatically (via a custom webpart), I can later read those items and show them in other web parts. However, if I attempt to read a list item added through the web interface, I get the following error in my webpart: Item does not exist. The page you selected contains an item that does not exist. It may have been deleted by another user.0x81020016 The weird part is, in the debugger, I see that the list item is properly read. I'm pulling what's left of my hair out over this one. Any ideas? Here's the answer for anyone who cares: I