I'm in chapter 17 and just finished the Try It Out exercise on page 613. I'm finding now that when I open an album that has items in it (pictures, etc.) and then click the Edit Photo Album link it never returns any items - whether I'm signed in or not. I'm sure this page was working correctly back when I created it in chapter 14 (or whatever chapter it was created in). The querystring is passing a valid album ID and I've found matching entries in the database. I've copied and pasted the downloaded code into both ManagePhotoAlbum.aspx and ManagePhotoAlbum.aspx.
vb but it doesn't change anything. There must be something in the DataEntity setup that is causing the problem but I can't find it. Any ideas?
Note: this is the main reason I've never liked bound controls. There's no code to examine and step through to figure out why something isn't working.