On page 469 when I go to the following code:
Code:
protected void DetailsView1_ItemInserted(object sender, DetailsViewInsertedEventArgs e)
{
EndEditing();
}
The Compiler throws the following error code:
Error 1 The name 'EndEditing' does not exist in the current context