As the title says, I'm having problems when calling MoveAbsolute() raising the Navigated Event. I'm using the 1.6.6.9.I have a business object on a form with a Navigated event and a User Control on the form that has a business object property set to the business object on the form. When the user control calls MoveAbsolute (which returns true), the Navigated method on the form is not being called. Any ideas what I'm doing wrong?