I've have a formview that is designed to update it's datasource each time a text_changed event or dropdown list has been changed. On every text_changed event and equivalent for other controls I call the formView.UpdateItem method and this causes the form to lose focus from the control I have tabbed down to.
I've tried to implement this method but I get unknown runtime errors after I have tried to select a control for the second time.
I can't help but think there is another way of dealing with this.
How would you go about solving this issue?