Sign In
Microsoft Premier Field Engineer - SharePoint
All posts are provided "AS IS" with no warranties, and confers no rights.
Options
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
Business Intelligence
Code Samples
Coding Tips
Custom Solutions
Customization
Document library
How To
List
MOSS 2007
Object Model
Performance and capacity planning
Performance Monitor
Permissions
Search
SharePoint 2010
SharePoint 2010 Developer
SharePoint Foundation 2010
SharePoint Server 2010
Snippets
SPS 2003
Web Services
Webparts
Workflow
WSS v2
WSS v3
Blog - Link List
SharePoint Blogs
SharePoint Team Blog
SharePoint Thoughts
Stefan Goßner's Blog
Andrew Connell's Blog
Arpan Shah's Blog
SharePoint Resources
SharePoint 2010 Developer
Developers at MSDN
SharePoint Developer Center
SharePoint MSDN Forums
SharePoint Server 2010 Resource Centers
.Net Resources
ASP.NET 4 and Visual Studio 2010
C# Future
.NET Framework
CodePlex - SharePoint
.Net Articles
Microsoft Ajax
Silverlight
Archive
Archives
December 2011
(1)
October 2011
(1)
September 2011
(1)
August 2011
(1)
July 2011
(1)
April 2011
(1)
March 2011
(1)
December 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(3)
May 2010
(1)
March 2010
(5)
December 2009
(2)
September 2009
(6)
June 2009
(12)
December 2008
(7)
November 2008
(1)
June 2008
(5)
April 2008
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June, 2009
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint
How to: Enable Edit option for non anonymous comments in blogs
Posted
over 3 years ago
by
-Tejas
0
Comments
We have implemented an internal blog site using the MOSS 2007 blog template. One of the requirements was to support anonymous comments. Since this is not an out-of-the-box feature, we searched and found a solution on the Microsoft SharePoint Team Blog...
Microsoft Premier Field Engineer - SharePoint
Resolution: Problems with Ajax development/ Page does post back
Posted
over 3 years ago
by
-Tejas
0
Comments
If the you have applied bluband.master then we need to do changes in bluband.master per the solution step [2] [1] Webpart change Add following code in your webpart and call it in CreateChildControls //in CreateChildControls method //Fix for the UpdatePanel...
Microsoft Premier Field Engineer - SharePoint
Resolution: Trouble setting appropriate permissions on SharePoint user
Posted
over 3 years ago
by
-Tejas
0
Comments
We wanted to setup Created by and Modified by fields for each and every item in the site programmatically without using STSADM command. Resolution Through object model you can back up the created by and modified by fields. You can set the values for the...
Microsoft Premier Field Engineer - SharePoint
Resolution: Workflow is not loading the newer version of definition file.
Posted
over 3 years ago
by
-Tejas
0
Comments
Some times visual studio loads the older version of the workflow definition while debugging, even though you might have deleted an activity from the workflow, when you debug the code the definition file shows the older version where we the old activity...
Microsoft Premier Field Engineer - SharePoint
Resolution: Search.asmx returns no result for custom query
Posted
over 3 years ago
by
-Tejas
0
Comments
Search.asmx returns no result (ERROR_NO_RESULTS_FOUND) for custom query. Cause Search permission settings were required to be properly configured. Resolution Initially we checked ifilters for PDF document. They were properly installed on...
Microsoft Premier Field Engineer - SharePoint
Resolution: SharePoint throws an error while adding to lists
Posted
over 3 years ago
by
-Tejas
0
Comments
Cause Column name's internal name is different than the column name Resolution We modified the list column names in the code sample by checking the actual column names from the list setting and after that we were able to add new items in the list...
Microsoft Premier Field Engineer - SharePoint
Resolution: SendEmailNotification=true does not send an email
Posted
over 3 years ago
by
-Tejas
0
Comments
SendEmailNotification=true does not send an email, it was not sending email on time. Cause There are two different methods on which SendEmailNotification=true and SendEmailActivity work. Details 1. I noticed that I was able to get the...
Microsoft Premier Field Engineer - SharePoint
Resolution: Issue - Error 403 - Forbidden while connecting to OOB web service on forms based authenticated sites
Posted
over 3 years ago
by
-Tejas
1
Comments
When you connect to the web service that is running in FBA site, you get the 403 - forbidden error Resolution 1. Extend the FBA web application to a new application that is set up to use NTLM. then set up an NT user with full...
Microsoft Premier Field Engineer - SharePoint
Resolution: Issue with upgrading the schema.xml for a library
Posted
over 3 years ago
by
-Tejas
0
Comments
Issue The issue was about upgrading the schema.xml for a library. If we do not do any change in document library settings then it uses schema.xml file but when we create a column in document library it stops using schema.xml file thereafter. Details...
Microsoft Premier Field Engineer - SharePoint
How To: Retrieve a document's content type classification from a query
Posted
over 3 years ago
by
-Tejas
0
Comments
Issue <QueryPacket xmlns="urn:Microsoft.search.Query"><Query><Context><QueryText language='en-us' type='MSSQLFT'>SELECT TITLE,FILENAME,LASTMODIFIEDTIME,PATH,CONTENTTYPE,AUTHOR,DESCRIPTION,WRITE,RANK,SIZE,ISDOCUMENT,SITENAME...
Microsoft Premier Field Engineer - SharePoint
How To: Add a permission group in the document library's folders
Posted
over 3 years ago
by
-Tejas
0
Comments
This is the snippet which will add a permission group in the document library’s folders. 1: using System; 2: using System.Collections.Generic; 3: using System.Text; 4: using Microsoft.SharePoint; 5: 6: namespace ConsoleApplication1...
Microsoft Premier Field Engineer - SharePoint
How To: Hide the "Delete this site" link from the site settings page
Posted
over 3 years ago
by
-Tejas
3
Comments
You can use a custom feature to hide the link. Below is a sample Feature.xml (please note the current scoped of this feature is set to the Farm level and can easily be changed) <?xml version="1.0" encoding="utf-8"?> <Feature ...
Page 1 of 1 (12 items)