News

Working with Objects with the Window Form DataGridView If you're using the Windows Forms DataGridView and loading data into columns by pulling that data out of properties on objects, you should know ...
Upon doing a Step-thru trace of my code, I'm finding that the changes to the values made in DataGridView are not actually bound to the XDocument object and as such, do not propagate back.