Click here to Skip to main content
15,908,901 members

Comments by Member 14911825 (Top 3 by date)

Member 14911825 11-Aug-20 8:50am View    
Thanks for comments on my code. I corrected what you mentioned.
The problem is solved, an error occurred while reading data from the database.
Member 14911825 11-Aug-20 7:38am View    
Thank you for your help, the error was in the place where I was reading the data from the database.
It fetched erroneous data, namely several spaces behind the value.
Member 14911825 11-Aug-20 6:59am View    
If I add an item to the list and delete it in the same session, everything is fine. The problem arises when I add items to the list, close the program and after restarting I want to remove the item. Then it is impossible.
MessageBox.Show(item2); - Shows the item I want to delete