Databinding inside TabPanel
description
When using a databound textbox inside a Tabpanel in the EditItemTemplate of a FormView, the new value in the ItemUpdating event of the formview is always null, no matter what I enter in the textbox.
As a result, my database values are also getting updated to null.
Displaying the initial value however, poses no problems. Only when updating the values, they become null.
In the attached file, you will find a small example.