Thursday, February 11, 2010
My client required a google product feed representing their store products, so I decided to make use of Linq-to-Xml to generate the Xml markup and Linq-to-Objects to retrieve my product data. Initially I had my doubts about using Linq, however, since seeing how efficient and clean the code was compared to using XPath, I'm now a believer ;) Here is the code. Copy and paste this into a Test.aspx page.
posted on Thursday, February 11, 2010 5:33:28 PM (South Africa Standard Time, UTC+02:00)  #    Comments [1] Trackback
 Monday, August 03, 2009
A fast, lightweight, easy to integrate auto-suggestion box powered by javascript and wrapped in an easy to use ASPx user control. Features: 1. Populate any text box with suggestions offline (embedded array) or online (AJAX). 2. Supports multiple suggestions via a comma deliminator. 3. Quick and easy to integrate into your project. 4. Compatible with all major browsers and supported by the author.
posted on Monday, August 03, 2009 1:58:13 PM (South Africa Standard Time, UTC+02:00)  #    Comments [0] Trackback