Passing Data To and From SharePoint Modal Dialogs
June 13th, 2011Posted: Eric
SharePoint Modal Dialogs SharePoint 2010 introduced the ECMAScript Client Object Model. One of the things that it included was the Dialog Framework. This allows modal dialogs to be easily displayed inside of SharePoint. This is typically done by specifying a web page to be displayed as the dialog on top of the current web page. [...]
How To Get IE6-Friendly SharePoint 2007 Development Done on Windows Server 2008 R2
June 1st, 2011Posted: Jon
The tooling advances that 2010 has provided make it easy to forget that we used to need a Server version of Windows to have a SharePoint instance to develop against, and that, often, the contemporary browser of SharePoint 2007, Internet Explorer 6, was the main target for your work.
And as soon as you get up out of that ridiculous fetal position…
Working with files in SharePoint from ECMA Script
May 9th, 2011Posted: Grant
Document libraries in SharePoint are quite possibly the most common type of content on a SharePoint site. Working with documents is one of the most critical activities in any enterprise content management endeavor. With that being said, if you’re developing solutions for SharePoint; there WILL come a time when you’ll need to work with documents [...]
Usage and Health Data Service Application Stopped; and a little bit-o-PowerShell
April 8th, 2011Posted: Grant
If you’ve had the opportunity to work with any of the new Microsoft server products, you’ve undoubtedly become aware of the power of the PowerShell commandlets that ship with many of the new products. As a developer at heart, and a SharePoint developer/administrator by trade; I am enlightened daily by the many things that are [...]
QuickTip: Audience Targeting and List View Web Parts
March 11th, 2011Posted: Grant
When piecing together a nice little composite application using SharePoint 2010, you will run into circumstances where you will want to hide certain pieces of the UI (Web Parts). As ASP.NET developers we would simply wrap the specified area in a LoginView control and secure it to display for only the appropriate groups. SharePoint Web [...]
Getting a "Trying to use an SPWeb object that has been closed or disposed" Exception? It’s this line in your custom application.master page
March 1st, 2011Posted: Jon
So there I was, minding my own and pooting forth the little green rosettas on a branding solution for a publishing site, when I encountered the following White Screen of Death error:
“Trying to use an SPWeb object that has been closed or disposed and is no longer valid.”
Take the following line out of your version of application.master, and our mystery error will take its ball and go home…