Permormance issue GetItemById

7 Sep

Be careful with the use of GetItemById(), there are two options to use it: SPList.Items.GetItemById() SPList.GetItemById() The difference between the two is that the SPList.Items.GetItemById() loads every item into memory and then filters the set. Trust me: this can cause … Read More »

jQuery SPServices and autocomplete

21 Aug

On Codeplex the SPServices library is available. This is a jQuery library for SharePoint Web Services. One of the functions available in the library is the SPAutoComplete: http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPAutocomplete   The SPAutocomplete lets you provide values for a Single line of text column … Read More »

jQuery intellisense for Visual Studio 2008

10 Aug

To enable jQuery intellisense for Visual Studio 2008 install SP1 first, here is the link: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en Restart your system, you will be asked to do. Install the VS2008 SP1 Hotfix KB 958502: http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736 This hotfix adds jscript editor support for … Read More »