Sign In
Microsoft Premier Field Engineer - SharePoint Dev
Blog - About
About Microsoft Premier Field Engineer - SharePoint Dev
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
performance point services
PerformancePoint
SharePoint Code Review
sharepoint linq security
Archive
Archives
January 2012
(2)
November 2011
(1)
October 2011
(2)
September 2010
(4)
July 2010
(4)
April 2010
(5)
February 2010
(4)
October 2009
(1)
September 2009
(5)
July 2009
(4)
May 2009
(2)
April 2009
(1)
March 2009
(2)
February 2009
(4)
November 2008
(6)
October 2008
(6)
September 2008
(5)
August 2008
(4)
July 2008
(2)
June 2008
(5)
May 2008
(7)
April 2008
(4)
March 2008
(11)
September 2007
(2)
March, 2008
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint Dev
>
March, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint Dev
SPException: This task is currently locked by a running workflow and cannot be edited
Posted
over 4 years ago
by
sowmyancs
3
Comments
Once, I had faced a strange issue with one of my custom workflow which I had developed using Visual Studio. I had several tasks that get created during the workflow and so I added the task creation/completion logic to a Custom Activity. The task has a...
Microsoft Premier Field Engineer - SharePoint Dev
Customization of Title field in Picture Library
Posted
over 4 years ago
by
sowmyancs
2
Comments
How we can make Title field as required in Picture libraries:- A picture library is created based upon a base template “PictureLibrary”. By default, the title field doesn’t contains any validation. If you want to make it as required one, you...
Microsoft Premier Field Engineer - SharePoint Dev
Creating a read-only field with default value in a SharePoint list
Posted
over 4 years ago
by
sowmyancs
11
Comments
Whenever we create a column with type “Single line of text” in SharePoint lists we will get an option for providing default value. If we provide the default value and once if we add any item to that list with that field , then we can see the default value...
Microsoft Premier Field Engineer - SharePoint Dev
Can we get the HTTPContext in custom event handlers in SharePoint ?
Posted
over 4 years ago
by
sowmyancs
7
Comments
Yes, but not everywhere. Means, we will get the HTTPContext from the initial call of the base class default constructor from the particular class which inheriting the event receiver class. I have tested only with SPItemEventReceiver class and it does...
Microsoft Premier Field Engineer - SharePoint Dev
debugging the inline code of custom layout pages in SharePoint
Posted
over 4 years ago
by
sowmyancs
3
Comments
Have you ever tried to debug the inline code of custom layout pages of a SharePoint site ?. I have tried once and I couldn't able to debug the inline code by just opening it in VS.NET IDE and attaching the w3wp processor to the debugger. Initially I couldn...
Microsoft Premier Field Engineer - SharePoint Dev
Exception : "The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again."
Posted
over 4 years ago
by
sowmyancs
1
Comments
Sometimes whenever we update any list item, list or SPWeb instance you may get " The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again" . This is because of some security validation...
Microsoft Premier Field Engineer - SharePoint Dev
create publishing pages in portal sites programmatically and add it into a specific folders inside the Pages library
Posted
over 4 years ago
by
sowmyancs
9
Comments
Well, we all know how we can create publishing pages in portal sites from UI. In portal sites, whenever we create a publishing page we need provide the name, title, description and a layout page. Once if we created the publishing page then we can check...
Microsoft Premier Field Engineer - SharePoint Dev
Programmatically create a view (custom view) of a list and change the view
Posted
over 4 years ago
by
sowmyancs
12
Comments
If you want to programmatically create a view of a list and if you want to change the existing view of a ListViewWebPart to the custom view you can develop it by referring the following code sample. code snippet for creating a custom view =====...
Microsoft Premier Field Engineer - SharePoint Dev
A way of hiding ListViewWebParts in all pages of SharePoint site in a single shot
Posted
over 4 years ago
by
sowmyancs
2
Comments
Recently, I got a support request from one of my customer and their requirement was to hide all the listview web parts from all the pages in a SharePoint site based upon the log in user's security permission. First, I planned to implement that functionality...
Microsoft Premier Field Engineer - SharePoint Dev
How to modify the custom People/Groups type column of a SharePoint List using Lists.ASMX
Posted
over 4 years ago
by
sowmyancs
5
Comments
SharePoint has more than ten out-of-the-box webservices which will provide lots of functionalities that we want. Lists.asmx is one of such SharePoint webservice that help us to do certain operations with SharePoint lists. We can locate that webservice...
Microsoft Premier Field Engineer - SharePoint Dev
Can we update the values of "Created By", "Modified By" columns in SharePoint lists ?
Posted
over 4 years ago
by
sowmyancs
35
Comments
Ofcourse, you can. Created By & Modified By columns are "Person or Goup" type columns. In SharePoint all the lists has these columns by default. You can't update the values of these columns from UI. But, you can do it through SharePoint APIs. I...
Page 1 of 1 (11 items)