I've been stuck for a while now on a problem where I'm trying to format columns in a datagrid using dynamic column styles (datagridcolumnstyles). The issue was when I was using the DataGridTextBoxColumn.Format property with a value of “c00“ for formatting the column to display a $ at the beginning of numbers. It was odd because the first 4 columns would format properly and the rest would revert to no formatting. The odd thing was that the column styles were being set and I was even able...
I've been kicking myself repeatedly trying to debug a crosstab class I'm creating, then I stumbled accross this dataset viewer that will help me immensly so I thought I'd make a note of it Source for this post: http://weblogs.asp.net/rosh... Finally! someone came up with a way to view the contents of a Dataset object while debugging: The Dataset QuickWatch project allows you to view the contents of a dataset just like the “visualizers” in Whidbey (well,...