Blog Stats
- 2,117,236 hits
Twitter Updates
- RT @arunulag: #MSIgnite is this week. Join my session on #PowerBI vision, roadmap, and strategy to see some exciting announcements and demo… 1 day ago
- I have seen this in India when I graduated in 1993.. The stock market scam1992, Babri masjid 1992, and bombay blast… twitter.com/i/web/status/1… 2 days ago
- Love love this - The earth atmosphere is so thin and I will do everything in my power to protect it. We are fugging… twitter.com/i/web/status/1… 2 days ago
- There you go, another big blow for small businesses!! They can't find employees. Last time it happened last year, n… twitter.com/i/web/status/1… 3 days ago
- RT @OmarShahine: It’s becoming more and more true every day. Trust me. 👀 4 days ago
Categories
- Conferences (7)
- Speaking (16)
- Uncategorized (238)
Monthly Archives: November 2010
DISP_E_EXCEPTION and Disposing the SPContext.Current Objects
Have you ever came across the situation where user wanted to delete the web part from their page using the browser and they get following error message – “Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)). If you have permission, you … Continue reading
Posted in Uncategorized
Leave a comment
Different Options to Create New Site Collection in the Specific Content Database in SharePoint 2010
If you want to create a new site collection in the specific database, there are several different options available in the SharePoint 2010. Option 1 => Central Administration (Good Approach) From the central administration site, you can create the site … Continue reading
Posted in Uncategorized
Leave a comment
SharePoint 2010 Development Environment and Account Permission Requirements CheckList
If you want to develop against the SharePoint 2010 sites with Visual Studio 2010, here are the high level development environment requirements and permissions to develop and debug against SharePoint environment. MSDN Article Reference: http://msdn.microsoft.com/en-us/library/ee231582.aspx Development Environment – SharePoint Development … Continue reading
Posted in Uncategorized
Leave a comment
Code Snippet – Programmatically Configure the Order By and Group By Properties of the SharePoint Lists and Document Libraries Views
If you want to set the Order By or Group By properties for the given list or document library views programmatically, you have to set the SPView Object’s Query property. Tip: To find the syntax for the CAML Query order … Continue reading
Posted in Uncategorized
Leave a comment
Code Snippet – Programmatically Add the Web Part on the SharePoint Web Part Page
Since MOSS 2007 days (including SharePoint 2010), users and developers can create the web part pages. I am sure it’s been blogged several different places but if you have web parts already deployed on the site collection web part gallery … Continue reading
Posted in Uncategorized
Leave a comment