ReEdit Data freezes Controls; No Edition possible
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have Data in a typed DataSet and a Form to Edit it. First Time I edit the Data with the form everything works fine. But if I want to reedit the Data, as I first changes something by the form everything freezes, means that I can't change data in any Control on the form. Even the OK, Cancel Buttons doesn't work anymore. I have to exit by the Close Button of the Form. Any Ideas?