wayne on April 22, 2008
Details a recursive method that will populate a TreeNode with children nodes made of folders and files based on a file system starting path.
[More]
wayne on April 4, 2008
Shows a simple C# routine that will take the amount of bytes and format it into a 100kb type string
[More]
wayne on February 1, 2008
Describes a class file that can be re-used to export data from any gridview control within an ASP.Net application
[More]
wayne on January 30, 2008
Describes a nice method of using C# generic List objects to recursivley populate a tree control
[More]
wayne on January 15, 2008
Describes a method of sorting generic objects
[More]