Turn LivePersistence off (A property of the LLBLGenProDataSource control)
And do the saving work yourself using the PerformWork event.
In that case you will create an Employee entity, attach a contract entity to it with the selected contractTypeId.
please refer to the LLBLGen Pro docs "Using the generated code -> Adapter/SelfServicing -> Databinding with ASP.NET 2.0"
Check the section: LivePersistence and events