A property named 'TextBox2' was not found on the entity during an insert,
update, or delete operation. Check to ensure that properties specified as
binding expressions are available to the data source.
I have a pop-up edit form that I use to edit data. I am able to pull up the form and after I make changes to a text box item in the form, this is message I receive when I click the forms update button.
It seems that I must expose these textboxes to the Data Source that I created, but I am not sure how to do it, or even if this is the action that the data sources is asking me to do.
Any ideas, or information would be very helpful. Been reading the forums and viewing demos, but did not find a post or demo that explained how to do this.