I have a FormView that is bound to an ObjectDataSource which is bound
to a TableAdapter. The DB handles handle a unique key through an
AutoGenerator. I don't understand how to get back the key that
corresponds to the record that was just inserted. Is it available
through the TableAdapter, or the ObjectDataSource, or the FormView? Is
it automatically retrieved? Do I have to do a select on the generator,
then insert as the ID what was retrieved? Ughhh.