Hi there,
The handler is added in step 8, page 517 of the section you mentioned.
Only if you're using C# you should have "OnItemInserting="ListView1_ItemInserting" on the GridView. For
VB, this is handled by the Handles keyword in the Code Behind.
Cheers,
Imar