In the LLBLGen Pro help documentation it states that when a control is databound, any changes to the value in the control (i.e. Textbox) are automatically reflected in the underlying datasource. What would be the proper way to bind an entity to a control on the page so that when the value is changed it will update the underlying datasource? For example, I would want a textbox on the page that is bound to ApplicationEntity.FirstName.