I have some controls (textboxes mostly) which have databindings to their text properties.On their own in the EditItemTemplate of the formview everything works fine showing the data and saving data back to the database. However, if I put the same controls onto a webpanel inside the EditItemTemplate they will display the values from the database fine but when go to update the data is seemingly lost and my CSLA business objects are not pciking up any changes.
Just wondering if there's something I can do or need to do to tell the webpanel to update it's databound controls? Is this even possible with a
webpanel or am I wasting my time?