Aug21

jQuery to SharePoint Web Services

Recently I have been working on a Google Maps integration for SharePoint and one of the desired capabilities was to include items from SharePoint lists on the map.  The solution was not going to leverage the AJAX .NET capabilites and would instea ...[Read More]
Published: Aug-21-09 | 0 Comments | 115 Links to this post

Nov09

ClientScriptManager...why didn't that work?

.NET 2.0 added the ClientScriptManager to allow developers a simple method to add javascript and other "Script" capabilites to a web page easily.  However, the documentation never really got developed, so attempting to use it can be a bi ...[Read More]
Published: Nov-09-07 | 0 Comments | 0 Links to this post

Nov09

Web Resources, Solving Javascript inclusion in your web part

Working with client side controls requires a lot of javascript, and I have often just written the javascript in the Render or RenderHTML functions of my web controls.  This works, but is NOT the best, or even a recommended method to do this.  So I ...[Read More]
Published: Nov-09-07 | 8841 Comments | 0 Links to this post