Monthly Archives: January 2010
Using SharePoint 2010 External Lists Programmatically
External list is a cool feature that has way simplified interface on accessing external SQL and Web Service data through familiar SharePoint list UI. My colleague Larry wrote an excellent post on creating SharePoint 2010 external list programatically using c# … Continue reading
Customizing field rendering in your SharePoint 2010 XSL
So you already know how to create custom XSL driven item View form for your list items, check out this article if not. In this article I will demonstrate how you can style fields that are rendered in the display … Continue reading
Using custom XSL list rendering templatest in SharePoint 2010
When working with SharePoint 2010 solution you have to take a look at the Blog site template (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates\Blog), it’s site template that gives you set of cool new features, such as ability to present your … Continue reading
Displaying SharePoint 2010 “Processing” page during your long running custom operations
Way since MOSS you have seen similar page to below, this is SharePoint 2010 abviously: Usually when you create a site collection or apply changes or anything else that takes time for that matter. Now, did you know that it’s … Continue reading
Troubleshooting issues when using SocialDataService web service with javascript
Last week or so my colegue Adam Crandall was working on the custom SharePoint Rating control – you can check out his detailed post on the topic. He was using methods of SocialDataService through his custom JQuery module. When we … Continue reading →