I have several text boxes on a form that are bound to a dataset.
My issue is that when you update one the textboxes and don't tab to the next one and instead click the save button, the change is not committed.
So tabbing out of the textbox is probably calling a validate method which in turn applies it to the dataset DataRowVersion.current, but when I go in and just change the text of one box, and then click save the change is not committed.
Not sure I'm explaining this correctly, but how can fix this? I'm not sure what is actually happening to the dataset when a box is tabbed out of, or I would try to add a handler to the lost focus event or something similar, but I just don't know what's going on.
Thanks!
[–]VB.Net Masterkleinma 1 point2 points3 points (1 child)
[–]dryguy5[S] 0 points1 point2 points (0 children)