Right now I'm using the OnSelectedIndexChanged event to trigger a post back and update some other fields in the form. That works fine. But I would like it to do the post back when the drop down list loses focus, rather than on every change. The problem is, when someone selects the list, then types a number, it will change with every key stroke they press, and that will trigger the post back before they get to the value they are trying to type.
Is this possible?