I am trying to get the books project 7 working from chapter 11.
Everything about the address page works fine until I hit the update button to update an address record.
I get the following page message after doing so. I made sure to add the stored procedures UpdateEmployee and UpdateEmployeeDetails but it still gives me the error. All the previous projects as well are working fine. I can not figure out where this event ItemUpdating is coming from. I am guessing it's internal to the DetailsView Control.
I need some direction on where to go looking to solve this error.
Thanks in advance.

Server Error in '/07_editing_in_detailsview' Application.
--------------------------------------------------------------------------------

The DetailsView 'employeeDetails' fired event ItemUpdating which wasn't handled.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The DetailsView 'employeeDetails' fired event ItemUpdating which wasn't handled.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The DetailsView 'employeeDetails' fired event ItemUpdating which wasn't handled.]
System.Web.UI.WebControls.DetailsView.OnItemUpdating(DetailsViewUpdateEventArg s e) +324
System.Web.UI.WebControls.DetailsView.HandleUpdate(String commandArg, Boolean causesValidation) +974
System.Web.UI.WebControls.DetailsView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +545
System.Web.UI.WebControls.DetailsView.OnBubbleEvent(Object source, EventArgs e) +162
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +56
System.Web.UI.WebControls.DetailsViewRow.OnBubbleEvent(Object source, EventArgs e) +117
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +56
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +107
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +175
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.Raise PostBackEvent(String eventArgument) +31
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +244
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3839




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210