DataGridView not updating in c# -


Anyone know what's going on? Changing code 2 into code 2 can solve the problem - there should not be a theoretical difference. (Theory behaves like a pumpkin killing a brick wall).


Code 1:

  Output data gray view. Data source = myList;  

Code 2:

  Output Data Grid view. Data source = null; Output Data Grid View Data source = myList;  

Take a look at this link

< / Div>

Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -