Why Should Indexing a SharePoint Field Break Your CAML Query?
We ran into an issue today – one of our calculations that rely heavily on CAML queries stopped working. The CAML query we use – which we haven’t changed in forever and which used to work – now returns...
View ArticleHow to Clear and Repopulate Your ASP.NET DropDown List with jQuery
Yes you can call and use your ASP.NET controls from jQuery! Shereen has already posted a blog on how you can access these controls JQuery Accessing the Client Generated ID of ASP.NET Controls so feel...
View ArticleProgrammatically and Selectively Revoke SharePoint Item-Level Permissions...
I’ve been using PowerShell more and more lately, and liking it more and more as I use it. Here’s another one you might find useful – programmatically and selectively revoking item-level permissions....
View ArticleResolution: Windows 7 User Cannot Connect to SharePoint (WSS v3.0) Site
One of our users had recently: been migrated from one domain (OldDomain) to another domain (NewDomain) upgraded from Windows XP to Windows 7 Our grief started when he could not log into our SharePoint...
View ArticleHow to Identify if SharePoint “Person or Group” Field Entry is User or Group
In a lot of our custom forms, we use EnsureUser to verify if a user is exists in the SharePoint site or not and if not, EnsureUser takes care of setting them up for us. According to MS: Checks whether...
View ArticleCustom WebPart Editor
One of the nice things about a webpart is it’s flexibility! With a webpart, you can expose a bunch of properties to allow the user to quickly change the behavior and look of the webpart. This post will...
View Article