Category Archives: sharepoint
How To: Working SharePoint 2010 modals
When working with custom SharePoint modals, you’ve got to be able to collect the user data and then allow them to close the modal. In my last post, we looked at how you can create a new modal rendering your … Continue reading
Getting an SPUser out of Created By field in SharePoint
When you work with SharePoint list fields, it’s often that you need to work with the user Id (the Created By) field. You can certainly get that field value, but how do you translate it into the actual user object … Continue reading
Things to know about working with SharePoint SPQuery on a List
Every once in a while you will hit that roadblock where you can’t use out of the box Content Query WebPart and you got to write your own webpart to render result you’re after. One of the most common methods … Continue reading
Setting SharePoint 2010 default page for publishing and collaboration sites
In SharePoint 2010, whether you’re using Publishing or collaboration site template – you can choose which page will be your home page and load by default when the site is accessed. Depending on whether you’re using collaboration or publishing site … Continue reading
Mobile site redirect for SharePoint 2010 public site
When building a public site on SharePoint 2010 you have to consider users accessing it from mobile device even if you’re not planning to implement a specific mobile version of the site. Consider you have a SharePoint 2010 public site, … Continue reading
How To: select SharePoint 2010 external data model picker display field
In my last article on creating SharePoint 2010 referenced external lists you’ve seen how you can create an external list which was connecting to 2 related tables in SQL and display the related field as a picker UI where users … Continue reading
Upgrading publishing masterpages in SharePoint 2010
If you worked on the SharePoint 2010 site sustainment project, you know that in SharePoint Publishing, when provisioning a file in a module and existing file already exists in the underlying library, you will receive an error. In my case, … Continue reading