SaurabhKV

Upload, Activate, Deactivate, Remove Form Templates by Batch File

Here are commnds for bact file...

Author: itsmeskv Date: 05/13/2008

Infopath VSTO/ VSTA post-build steps

Here are the steps for the post-build to build and deploy the infopath forms automatically: 1....

Author: itsmeskv Date: 05/13/2008

Complete reference of all STSADM operations (with parameters) in MOSS 2007

A good jos done by Jose Barreto. In his blog you can find complete reference of all STSADM...

Author: itsmeskv Date: 05/12/2008

FAQ of InfoPath

Here is a good link for FAQ of InfoPath.

Author: itsmeskv Date: 05/10/2008

Programmatically add items to a drop-down list box in InfoPath 2007

Here you go for Sol'n

Author: itsmeskv Date: 05/10/2008

SPListItemCollection.GetDataTable() Bug?

There seem to be a bug when calling GetDataTable on an SPListItemCollection. Read more here.

Author: itsmeskv Date: 05/10/2008

Microsoft Knowledge Network Team Blog

Microsoft Knowledge Network Team Blog

Author: itsmeskv Date: 05/09/2008

SharePoint Content Deployment Wizard

The SharePoint Content Deployment Wizard is a tool for SharePoint 2007 which provides the means to...

Author: itsmeskv Date: 05/06/2008

Working with large lists in Office SharePoint® Server 2007

Click here for a nice whitepapaper

Author: itsmeskv Date: 05/06/2008

Tips and Tricks for Developing with Windows SharePoint Services Best Practices: Common Coding Issues...

Author: itsmeskv Date: 05/06/2008

SharePoint 2007 and WSS 3.0 Dispose Patterns by Example

When writing customized SharePoint code you need to be aware of the scope and context of each...

Author: itsmeskv Date: 05/06/2008

SPListItemCollection is particularly inefficient because each loop executes a SQL operation

SPListItemCollection ic = list.GetItems(qry); foreach (SPListItem subitem in ic) { if...

Author: itsmeskv Date: 05/06/2008

SPQuery with Boolean and DateTime

This isn't anything really new or unique but seemed worth bloging to have it one in place. A SPQuery...

Author: itsmeskv Date: 05/05/2008

SPQuery returns all items of a list and ignors Where clause

I’ve just spend an hour trying to find the source why SPQuery returns all items of a list and ignors...

Author: itsmeskv Date: 05/05/2008

Access denied! Only SRP admin can Add Properties or section

Business Problem: Receiving an error when trying to add a Property to the PropertyCollection of the...

Author: itsmeskv Date: 05/05/2008

InfoPath - Get the current user without writing code

A very good link to get the current user without writing code in an InfoPath form.

Author: itsmeskv Date: 05/05/2008

Localization in InfoPath form

A very good link to implement localization in an InfoPath form.

Author: itsmeskv Date: 05/05/2008

<Previous