SaurabhKV
UAC - Accessing Internet Explorer
Accessing Internet Explorer can be useful for obtaining Web content. The usual approach uses a COM...
Date: 03/27/2010
Save Team Foundation Server Password
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
Aggregating content with the Content Query Web Part (CQWP)
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 STP
Feature stapling doesn’t work with STPs file(Site Template File)
Date: 07/30/2009
Feature Stapling
Causes the attachment of a Feature to all new instances of sites that use a given site definition,...
Date: 07/09/2009
IIS Service Unavailable Error on a 64 bit operating system
PROBLEM: If you find this error in the event log when starting an iis service on a 64 bit operating...
Date: 06/24/2009
SharePoint JavaScript – Page Load Add function: _spBodyOnLoadFunctionNames
In most cases SharePoint pages are based on a master page that contains the “body” element. These...
Date: 06/22/2009
Adding SharePoint Search to IE7
The following registry file can be used to add MOSS search to the list of IE7 search providers ......
Date: 06/18/2009
The search request was unable to connect to the Search Service
The WSS project I was working, we have to implement a search mechanism, it should search all the...
Date: 06/18/2009
About source variations
Many companies operate globally, and even in their home market, companies often must appeal to...
Date: 06/18/2009
About variation labels - SharePoint Server - Microsoft Office Online
Publishing sites can be tailored for different cultures, markets, and languages. Variation settings...
Date: 06/18/2009
Use a variation label in a page layout - SharePoint Server - Microsoft Office Online
Depending on your customers' needs, you may want to use a different page layout for every variation...
Date: 06/18/2009
Variations requires SharePoint Web Parts
These last few days we have become aware of an important limitation regarding variations in...
Date: 06/18/2009
Configure IE To Prompt For Credentials For Trusted Sites ~ Windows Fanatics
Internet Explorer can be configured to prompt for credentials when connecting to servers requiring...
Date: 06/16/2009
Post-installation steps
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
Rounded Corners in Internet Explorer: Staying Ahead of the Curve
Date: 06/13/2009
SharePoint 2007 Development - Build Processes
A couple of weeks ago I wrote about how my team uses a 100% Virtual development environment, the...
Date: 06/13/2009
SharePoint Error Page
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
Write queries that find people
You can type queries for people in the Employee Lookup box on a site home page (when it is...
Date: 06/08/2009
SharePoint Search Design
Date: 06/08/2009
Office
Date: 06/08/2009
MOSS_base_architecture
Date: 06/07/2009
Monitoring Performance
Monitoring Performance To maintain system performance, you must monitor your server to identify...
Date: 06/07/2009
MOSS/WSS SiteTemplate codes
If you ever tried to use stsadm -o createsite or createweb operations, you come accorss a the...
Date: 09/29/2008
Web Templates in MOSS 2007
The following are the web templates for MOSS 2007: Template Title Template Name Template Description...
Date: 09/29/2008
Sharing some SharePoint Knowledge
https://mossuserprofiles.blogspot.com/
Date: 09/29/2008
How to create MySite Programmatically
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
The security validation for this page is invalid. Click Back in your Web Got this error when I...
Date: 09/06/2008
DateTime.ToString() Patterns
Date: 08/08/2008
Page Title gets changed when the AJAX method is invoked
Bug: In moss the page title gets changed after an Ajax postback Resolution: Simply go to your master...
Date: 07/01/2008
Microsoft SharePoint Team Blog
Here you go
Date: 06/26/2008
RunWithElevatedPriviliges is not running with elevated priviliges!!!
Here is code which works for me, public interface IRemoteMethods : IDisposable { void...
Date: 06/15/2008
RunWithElevatedPriviliges and UserProfile
"RunWithElevated() does an ImpersonateSelf(), so the thread is impersonating the process identity....
Date: 06/15/2008
The Explorer extension the framework installs to view the GAC
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
Creating a SPListItem in a SPFolder
SPSite site = new SPSite("https://[ServerName/sitename]"); SPWeb web = site.OpenWeb(); SPList list =...
Date: 06/09/2008
ADD SPFieldType.Choice, SPFieldChoice with SPChoiceFormatType.RadioButtons
using Microsoft.SharePoint;using System.Collections.Specialized; public void...
Date: 06/06/2008
WindowsIdentity Impersonation using C# Code
using System;using System.Collections.Generic;using System.Text;using...
Date: 05/28/2008
Everything about AllowUnsafeUpdates
If you are a sharepoint developer, you have to read this one: What you need to know about...
Date: 05/26/2008
Dynamic generation of a mouseover menu with cascading options
Menu Content Editor Web Parts SharePoint Menus in C#
Date: 05/23/2008
SharePoint Object Model Tips
Nice work is done here
Date: 05/22/2008
Maping from SPList Field Types to .Net Types
When I am working with the WSS Object model, I generally do not pass references to SharePoint...
Date: 05/22/2008
Custom toolbar of a SPView object on SPLite
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
"The selected file was not found." - InfoPath 2007 Web form
What you mean 'not found'? grrrrrrrrrrrrrrr You can either apply that to me thinking that attaching...
Date: 05/20/2008
Add Custom Permission Level Programmatically
SPSite oSite = new SPSite(<sharepoint site>); SPWeb oWeb = oSite.OpenWeb(); SPRoleDefinition...
Date: 05/17/2008
Site Navigation Settings
If you want to set Site Navigation Settings using API here is code :) Use this to specify the...
Date: 05/17/2008
Localization in InfoPath form in SharePoint
Here is the one another way I could implement to localize the InfoPath form in my current SharePoint...
Date: 05/13/2008