mjohnson289
IS-IT--Management
I'm trying to create a simple DataAware Usercontrol. I throw a textbox on the usercontrol and link all the properties to it with the wizard. I've set the .Text property procedure attributes to be Databound on the DataField property. And it all seems to work when I bind it to and ADO datacontrol the data from the recordset displays in the new control as it should. However, the data is not updatable. I change the data in the control and the data is not written back to the recordset. I've bound a standard text control to the same datacontrol at the same time and that one updates as expected. What am I missing? Is there something I still need to do to get the data from the control back to the recordset?