Saturday, March 04, 2006 - Posts

Replacing NotePad2 with NotePad++

I've been using NotePad2 for a while now. It's a great replacement for NotePad, the best feature being syntax coloring. I've made it the default View Source editor for Internet Explorer, and changing the default scheme to Web Source Code, it has been Read More

Converting DataRow Array to DataTable

Here's a little function I wrote the other day that I think might be helpful for some of you.I was filtering a datatable using the DataTable.Select method. The Select method returns the filtered rows as an array of DataRow objects, but I wanted the result Read More