I figured out that the OnRowAdding event is where I can trap the data being added to the table. I need to get the data being added so I can manually add it to the database. How do I reference the fields in the row being added?
The values that are being added are available of the Values property of the eventargs object that is passed into the event handler.