DataBindings Save
-
I have databinding to a couple of textboxes. When i edit a textbox the data doesn't save unless I click on another control. Any ideas? Thanks to everyone for there help. Here is the code I use for ending the edit and then updating the database: BindingContext[DS_Entity1, "EV051"].EndCurrentEdit(); TA_EV051.Update(DS_Entity1.EV051);
-
I have databinding to a couple of textboxes. When i edit a textbox the data doesn't save unless I click on another control. Any ideas? Thanks to everyone for there help. Here is the code I use for ending the edit and then updating the database: BindingContext[DS_Entity1, "EV051"].EndCurrentEdit(); TA_EV051.Update(DS_Entity1.EV051);
-
With my app I can't update until the user clicks the save button. Is there a way to accomplish this to not hit update the DB until a toolbutton is hit. David
-
With my app I can't update until the user clicks the save button. Is there a way to accomplish this to not hit update the DB until a toolbutton is hit.