Click here to Skip to main content
15,904,653 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi. I didn't use threads before. in a Form Containing a DataGridView and a save button I want save button will be disable if grid don't change but if user change grid save button will be enable. Is it true I use a thread to find changes and change visibility of Save Button?
Posted
Comments
Tomas Takac 20-Feb-15 4:28am    
No, you don't need threads in this case.
mit62 20-Feb-15 4:30am    
so I had to apply enabling or disabling the button in every event that grid change.is it a good way?
Karthik Harve 20-Feb-15 4:34am    
first you have to list what all the events on which you have to enable the button and only on those events enable/disable the save button. you will not achieve anything by using threading in this.
mit62 20-Feb-15 4:37am    
Ok. thank you all

Answered only to remove from Unanswered queue: no reply needed in this case.
 
Share this answer
 
No thread is required in this case.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900