Using Lambda Select,Where methods in SharePoint 2007 List Items
Lambda Expression contains lot of extended methods which works on collection. Here I have tried Select and Where method to fetch items from the SharePoint List. SharePoint List : Selecting Single...
View ArticleHidding and Restoring Views Dropdown in the SharePoint 2007 List using OOTB
Hidding and Restoring Views Dropdown in the SharePoint 2007 List using OOTB My team-mate asked a questions that he wants to hide the Views dropdown in the SharePoint List. But the condition is that we...
View ArticleSharePoint : Selecting KeyPair values using Lambda ToDictionary and ToLookup...
ToDictionary: It an LINQ extension method which stores the data as Key Value pairs. Here in the below I am fetching the Email Id and Title from a SharePoint List as a Key Value pairs. Get the List...
View ArticleSharePoint: Join Query using Lambda Expression in SharePoint List
SharePoint: Join Query using Lambda Expression in SharePoint List Join: Join is the extension method which works on the IEnumerable I found many articles and examples which uses LINQ to join two...
View ArticleMissing Documents Opened from Outlook Attachment and edited
Missing Documents Opened from Outlook Attachment and edited Recently I opened a word document directly from the Outlook mail attachment and do editing. I have enabled the auto save option also. Other...
View Article2011 in review
The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here’s an excerpt: Madison Square Garden can seat 20,000 people for a concert. This blog was viewed about 61,000...
View ArticlePowerShell File output Formatting
Formatting in PowerShell using Formatters Powershell has the feature to write the information to a file. I used the PowerShell to do the initial setup like creating list, libraries, site columns,...
View ArticleSharePoint Workflow: System Accout in Modified By column
Showing “System Account” while updating using Workflow I used to work mostly in the Visual Studio workflow than the SharePoint Designer workflow. While doing so, I used to update the ListItem to do...
View ArticleUpdate Lookup Field using Client Object Model
Update Lookup Field using Client Object Model I already wrote a blog article on updating the Lookup field using the Server Object Model. Here is the blog post for reference. Click here Here in this...
View ArticleConvert Table Rows to Comma Separated Values
Convert Table Rows to Comma Separated Values One of team-mate today asked that he has some Numbers in a Excel rows (around 50-100) and he wants them to convert to comma separated values. See the sample...
View ArticleSharePoint 2010: FullTextSQLQuery – Using LIKE to have Startswith, Endswith...
SharePoint 2010: FullTextSQLQuery – using LIKE to have Startswith,Endswith and Contains I was working in a requirement to bring the SharePoint result using FullTextSqlQuery. When I used the...
View ArticleSQL SERVER : List all the tables in a DB which contains Identity Columns
SQL SERVER : List all the tables in a DB which contains Identity Columns In Sql Server we have some system tables and Views which will help us to identify the information about our custom Tables we...
View ArticleExclude the SharePoint Field from Crawling
Sometimes we used to create some Site Columns which needs to be used for Programmatic Purpose. When using the SharePoint Search we don’t want the values in such fields to be crawled and resulted in the...
View ArticleSharePoint 2010: User Profiles properties not updated in People Editor and My...
SharePoint 2010: User Profiles properties not updated in People Editor and My Settings Initially I have a set of users in the user profiles with only some set of Properties mapped. I have not set...
View ArticleCreating a Public Survey in SharePoint 2013 using Excel Survey
Creating a Public Survey in SharePoint 2013 using Excel Survey Many times we may thought of creating /having a survey with a set of questions for our site or blog to the public (anonymous access)....
View ArticleWhat’s New in SharePoint 2013: NewsFeed & Facebook style micro-blogging
What’s New in SharePoint 2013: NewsFeed & Facebook style micro-blogging SharePoint 2013 provides NewsFeed to do Micro-Blogging and sharing the thoughts as we are doing in Facebook. Pointing a User...
View ArticleSharePoint 2013 :Change the setting to open the New Item, Edit Item and View...
Change the setting to open the New Item, Edit Item and View item in a Popup: SharePoint 2013 by default open the View Item and Edit Item in the full page not as popup view as it in SharePoint 2010. We...
View ArticleSharePoint 2013 New Event Receivers
SharePoint 2013 New Event Receivers SharePoint 2013 has some new set of event Receivers which is added top of SharePoint 2010 events. Below are the new events which are added. This involves both...
View ArticleNew Access Denied and Access Request Page in SharePoint 2013
New Access Denied and Access Request Page in SharePoint 2013 In SharePoint 2013 the Access denied page has been changed with an access request comments textbox. In the comments the user can type the...
View Article