NidhishBlog

"Access Denied" error after setting up Form Based Authentication for SharePoint site using Active Directory as a datastore

Recently I faced very interesting scenario where I have configured everything as mentioned in this...

Author: nidhishd Date: 01/27/2010

UnGacing doesn't work

Recently I have faced a very strange issue, I have UnGaced the DLL but it was still being referenced...

Author: nidhishd Date: 04/07/2009

How to modify Content Type once it is deployed?

Once the Content Type is deployed it is very difficult to modify them via Feature deployment. Once...

Author: nidhishd Date: 05/06/2008

How to use CAML query to fetch data from a list?

Here is the CAML Query: <Where> <Eq> <FieldRef Name="Title" /> <Value...

Author: nidhishd Date: 05/05/2008

Working with SPGridView - all in one

I recently had the opportunity to work extensively on SPGridView. I have chronicled few of the...

Author: nidhishd Date: 07/02/2007

Tool to auto-generate CAML queries in MOSS

There is a tool on U2U resource Center which will help generating CAML queries for the given object...

Author: nidhishd Date: 05/03/2007

Find Domin User Information

System.DirectoryServices class will help finding the information of a Domain User. Function which...

Author: nidhishd Date: 04/20/2007

MOSS VPC Performance Imporvement tips

MOSS VPC Performance improvement: Few services you might want to stop to give performance boost to...

Author: nidhishd Date: 04/11/2007

AJAX ComboBox control. Based on the first combo's value fill up the next combo without page post back

AJAX Parent/Child Dropdown control: Two dropdown controls, country and province/state. When you...

Author: nidhishd Date: 04/11/2007

Creating WinForm ComboBox in WebFroms

AJAX dropdown edit control: Create a control that allows users to select from a dropdown list, or to...

Author: nidhishd Date: 04/11/2007