SaurabhKV
Accessing Internet Explorer can be useful for obtaining Web content. The usual approach uses a COM...
Date: 03/27/2010
Have you ever be tired of entering your password every time you access your Team Foundation Server...
Date: 01/25/2010
SharePoint Page Layout Error: Only Content controls are allowed directly in a content page that contains Content controls
I recently built a SharePoint feature to provision custom master pages and page layouts for a...
Date: 10/13/2009
In most web content management projects based on SharePoint the Content Query Web Part is used for...
Date: 10/12/2009
Feature stapling doesn’t work with STPs file(Site Template File)
Date: 07/30/2009
Causes the attachment of a Feature to all new instances of sites that use a given site definition,...
Date: 07/09/2009
PROBLEM: If you find this error in the event log when starting an iis service on a 64 bit operating...
Date: 06/24/2009
In most cases SharePoint pages are based on a master page that contains the “body” element. These...
Date: 06/22/2009
The following registry file can be used to add MOSS search to the list of IE7 search providers ......
Date: 06/18/2009
The WSS project I was working, we have to implement a search mechanism, it should search all the...
Date: 06/18/2009
Many companies operate globally, and even in their home market, companies often must appeal to...
Date: 06/18/2009
Publishing sites can be tailored for different cultures, markets, and languages. Variation settings...
Date: 06/18/2009
Depending on your customers' needs, you may want to use a different page layout for every variation...
Date: 06/18/2009
These last few days we have become aware of an important limitation regarding variations in...
Date: 06/18/2009
Internet Explorer can be configured to prompt for credentials when connecting to servers requiring...
Date: 06/16/2009
After Setup finishes, your browser window opens to the home page of your new SharePoint site....
Date: 06/13/2009
Rounded Corners in Internet Explorer: Staying Ahead of the Curve
Date: 06/13/2009
A couple of weeks ago I wrote about how my team uses a 100% Virtual development environment, the...
Date: 06/13/2009
There are two steps you need to perform in order to configure SharePoint for detailed ASP.Net error...
Date: 06/13/2009
You cannot browse to an SSL-secured Office SharePoint Server 2007 site or to the Search Settings page for a Shared Services Provider
You cannot browse a Secure Sockets Layer (SSL)-secured Microsoft Office SharePoint Server...
Date: 06/11/2009
How to modify the Search Options dialog for the advanced people search - From SharePoint with love - SharePoint Blogs / SharePoint University
How to modify the Search Options dialog for the advanced people search How to modify the Search...
Date: 06/08/2009
You can type queries for people in the Employee Lookup box on a site home page (when it is...
Date: 06/08/2009
Date: 06/08/2009
Date: 06/08/2009
Date: 06/07/2009
Monitoring Performance To maintain system performance, you must monitor your server to identify...
Date: 06/07/2009
If you ever tried to use stsadm -o createsite or createweb operations, you come accorss a the...
Date: 09/29/2008
The following are the web templates for MOSS 2007: Template Title Template Name Template Description...
Date: 09/29/2008
https://mossuserprofiles.blogspot.com/
Date: 09/29/2008
SharePoint provides APIs to create MySite programmtically. UserProfile object provides a method to...
Date: 09/29/2008
The security validation for this page is invalid. Click Back in your Web Got this error when I...
Date: 09/06/2008
Date: 08/08/2008
Bug: In moss the page title gets changed after an Ajax postback Resolution: Simply go to your master...
Date: 07/01/2008
Here you go
Date: 06/26/2008
Here is code which works for me, public interface IRemoteMethods : IDisposable { void...
Date: 06/15/2008
"RunWithElevated() does an ImpersonateSelf(), so the thread is impersonating the process identity....
Date: 06/15/2008
You can also map a drive directly to your GAC and then you'll be able to see the actual directory...
Date: 06/09/2008
SPSite site = new SPSite("https://[ServerName/sitename]"); SPWeb web = site.OpenWeb(); SPList list =...
Date: 06/09/2008
using Microsoft.SharePoint;using System.Collections.Specialized; public void...
Date: 06/06/2008
using System;using System.Collections.Generic;using System.Text;using...
Date: 05/28/2008
If you are a sharepoint developer, you have to read this one: What you need to know about...
Date: 05/26/2008
Menu Content Editor Web Parts SharePoint Menus in C#
Date: 05/23/2008
Nice work is done here
Date: 05/22/2008
When I am working with the WSS Object model, I generally do not pass references to SharePoint...
Date: 05/22/2008
Currently I’m in an engagement where I have to show the custom toolbar on a list view. I started my...
Date: 05/22/2008
What you mean 'not found'? grrrrrrrrrrrrrrr You can either apply that to me thinking that attaching...
Date: 05/20/2008
SPSite oSite = new SPSite(<sharepoint site>); SPWeb oWeb = oSite.OpenWeb(); SPRoleDefinition...
Date: 05/17/2008
If you want to set Site Navigation Settings using API here is code :) Use this to specify the...
Date: 05/17/2008
Here is the one another way I could implement to localize the InfoPath form in my current SharePoint...
Date: 05/13/2008