Displaying FetchXML results with XSLT on the client side in a Dynamics CRM 2011 web resource
A few weeks back, I wrote a post that showed how to retrieve and display FetchXML using jQuery in a Dynamics CRM web resource. In that example, I used jQuery's each() method to iterate through each result and append them to an HTML element on the page. Using each() is »