Click here to Skip to main content
15,860,972 members

Comments by d.allen101 (Top 200 by date)

d.allen101 2-May-14 11:10am View    
I did read it. I understand that ConcurrentCollections lock on Adding and Removing Items but I don't understand why I throw an exception when I try to iterate over a ConcurrentCollection. If it's thread safe shouldn't it be locked while I'm performing an iteration, therefore throwing no Exception. I'm not understanding how it works. I know how to use it but I was trying to understand why and how it works. And I'm getting it wrong. Will you explain it to me SA? Thanks!
d.allen101 15-Feb-14 21:36pm View    
Thank you Ravi. The link clarified it all. Have a good wknd and thanks again!
d.allen101 30-Oct-13 1:29am View    
I understand
d.allen101 30-Oct-13 1:18am View    
The editingControl is only visible while the dataGridView cell is in editMode otherwise the dataGridView cell is visible.
d.allen101 29-Oct-13 9:42am View    
thanks for the reply but i'm not understanding what your advising me to try. can you please give an example? also I need to be able to host different controls in the same column. the controls are added at runtime dynamically based on a message received from a external dataFeed. I want my comboBox to be able receive user input and add it to the dropDownList for display.