sano the super geekthe endeavors of a professional geek at microsoft.Custom Windows Forms Controls: ColorPicker.NET, Part 2- June 30, 2006 It took them a long time, but the folks at MSDN finally got around to publishing the second part of my ColorPicker.NET article. In this one, I cover the implementation details for the scrolling magnifying glass control and the zoom panel that is used to magnify the captured portion of your desktop. You can get the source code for v.0.2 from the ColorPicker.NET workspace. I haven't had the chance to recompile it in .NET v.2.0 yet, although I do have plans to continue developing the tool on that.http://blogs.msdn.com/csano/archive/2006/06/29/651678.aspx Changing the default sort order of your sortable columns on the ASP.NET GridView- June 30, 2006 One of the great things about the new ASP.NET GridView control is that it allows you to implement column field sorting with relative ease, at least in comparison to what you would have had to do to attain similar functionality in earlier versions. There are a plethora of articles and tutorials out there that lead you through this process, but one thing that most, if not all, of these are lacking is some kind of hint of how to override the default sorting order of your sortable columns. Since...http://blogs.msdn.com/csano/archive/2006/06/29/651310.aspx |