Sign in
NidhishBlog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
"Content Type" " Modify Content Type via Object Model" "SPContentType"
"SPQuery" "CAML Query"
AJAX ComboBox control. Based on the first combo's value fill up the next combo without page post back
Creating WinForm ComboBox in WebFrom
FBA Active Directroy Forms Authenctication Access Denied
Find Domin User Information
MOSS VPC Performance improvement
Tool to auto-generate CAML queries in MOSS
UnGac Timer Service Workflow
Working with SPGridView - all in one
Archive
Archives
January 2010
(1)
April 2009
(1)
May 2008
(2)
July 2007
(1)
May 2007
(1)
April 2007
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
NidhishBlog
"Access Denied" error after setting up Form Based Authentication for SharePoint site using Active Directory as a datastore
Posted
over 3 years ago
by
nidhishd
5
Comments
Recently I faced very interesting scenario where I have configured everything as mentioned in this article http://blogs.msdn.com/echarran/archive/2006/09/11/749707.aspx for the Forms Authentication using Active Directory Membership Provider. After doing...
NidhishBlog
UnGacing doesn't work
Posted
over 4 years ago
by
nidhishd
2
Comments
Recently I have faced a very strange issue, I have UnGaced the DLL but it was still being referenced by the application. I have developed a Workflow based application which does some computation once a document is uploaded to the Document Library. DLL...
NidhishBlog
How to modify Content Type once it is deployed?
Posted
over 5 years ago
by
nidhishd
1
Comments
Once the Content Type is deployed it is very difficult to modify them via Feature deployment. Once the Content Type is being used by any of the object in SharePoint, it’s difficult to modify that Content Type without deleting the associate content. ...
NidhishBlog
How to use CAML query to fetch data from a list?
Posted
over 5 years ago
by
nidhishd
3
Comments
Here is the CAML Query: <Where> <Eq> <FieldRef Name="Title" /> <Value Type="Text">title</Value> </Eq> </Where> I am using object model from my Webpart to load this CAML query and get the...
NidhishBlog
Working with SPGridView - all in one
Posted
over 6 years ago
by
nidhishd
4
Comments
I recently had the opportunity to work extensively on SPGridView. I have chronicled few of the challenges faced while working on SPGridView, and their solutions in the attached document. Have also attached the codebase, which will help people working...
NidhishBlog
Tool to auto-generate CAML queries in MOSS
Posted
over 6 years ago
by
nidhishd
1
Comments
There is a tool on U2U resource Center which will help generating CAML queries for the given object in MOSS. URL to Down load the tool: http://www.u2u.info/SharePoint/U2U%20Community%20Tools/Forms/AllItems.aspx URL on how to use this tool: ...
NidhishBlog
Find Domin User Information
Posted
over 6 years ago
by
nidhishd
0
Comments
System.DirectoryServices class will help finding the information of a Domain User. Function which will help retriving Active Directory Object: private DirectoryEntry GetActiveDirectoryObject(string filter, string domain, string[] properties) { ...
NidhishBlog
MOSS VPC Performance Imporvement tips
Posted
over 6 years ago
by
nidhishd
1
Comments
MOSS VPC Performance improvement: Few services you might want to stop to give performance boost to your VPC. Windows SharePoint Services Timer Windows SharePoint Services Tracer Windows SharePoint Services Search
NidhishBlog
AJAX ComboBox control. Based on the first combo's value fill up the next combo without page post back
Posted
over 6 years ago
by
nidhishd
0
Comments
AJAX Parent/Child Dropdown control: Two dropdown controls, country and province/state. When you select a country, the province list should be refreshed (without a postback) with the list of provinces for that country. Developers using the control should...
NidhishBlog
Creating WinForm ComboBox in WebFroms
Posted
over 6 years ago
by
nidhishd
0
Comments
AJAX dropdown edit control: Create a control that allows users to select from a dropdown list, or to type a value if the value they want is not in the list. E.g. maybe there is an “Other…” option in the list which shows the text box when selected....
Page 1 of 1 (10 items)