Note: This walkthrough is based on the 1.0 release of ASP.NET MVC, MvcContrib version 1.0.0.916 with a minor code change , jQuery 1.2.6 (included in the MVC release) and jQuery datatables 1.4 . Introduction For the past few months (and 100+ volunteer
Read More...
Get a count and percentage of how many updates you've had with each twitter tool. Download C# 3.5 WPF Source Code Note: This source code is mostly a quick hack to get the data I wanted. Also, if you run this on your own data, note that you may need to
Read More...
Update: This tool seems to be only relevant with InfoPath 2003. A co-worker pointed out that due the customer pains around a lack of a feature like this, in InfoPath 2007 you can right-click a node in the data source and choose "Copy XPath". Cool! Thanks
Read More...
I've been working on various forms of displaying status messages from enums, and here's the latest preferred iteration of how to do this. Regurgitated and tweaked from WayneHartman.com . public enum XmlValidationResult { [Description( "Success." )] Success,
Read More...