Hi again Imar,
Many thanks for your quick response. I haven't tried it out yet, but I'm sure it will work for me. I went back to chapter 14 and started over there and ran into another problem.
This may be the same problem. In the Try It Out step 8. where it says
"Enable inserting for the DetailsView control by checking the item Enable Inserting on the same Smart Tasks panel."
There isn't any Enable Inserting on the smart panel. The resultant code doesn't get the following bold underline italic parts:
Code:
<asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" />
<asp:CommandField ShowInsertButton="True"/>
Code:
DefaultContainerName="PlanetWroxEntities" EnableFlattening="False" EnableInsert="True"
EntitySetName="PhotoAlbums" OnInserted="EntityDataSource1_Inserted">
Excelsior!
Clark