Thanks for your replay
The problem that I am facing is with updaing , I have a global list with a global binding source , I open the databsae once
When I first retrives the objects from the database I bind datagridview through the binding sorce , Now
When the user edit one of the text box I would like to update it .
When the User pressed the Save buttton , the new info. is already in the list , and from some reason when I retrive the info. again from the DB , the new info is there (while I have not set it ???? )
Where is my mistake ???
Thanks again