Share via


My Blogs on Sharepoint

  1. The Rendering Template for the Survey List is in the defaulttemplates.ascx control under...

Date: 03/19/2010

Option1 : Using a custom HttpModule to redirect to a custom-mngsiteadmin page. This approach ensures...

Date: 10/15/2009

§    list.Items.XmlDataSchema   §    list.Items.Xml ...

Date: 10/09/2009

Sample code -------------- SiteData.SiteData srvSiteData = new SiteData.SiteData();...

Date: 07/14/2009

Any input control for that matter, a simple custom field control with a single text box into the...

Date: 05/26/2009

Item form pages are the pages created based on the "Forms.aspx" as the setup page which is...

Date: 05/05/2009

Came across an interesting issue with the quick access area in the page editing toolbar last week....

Date: 04/16/2009

SPSite mySite = new SPSite("<SiteURL>"); SPWeb myWeb = mySite.OpenWeb(); SPFolder myList =...

Date: 04/14/2009

  Recently I came across an issue with a custom master page created based on the OOB...

Date: 04/09/2009

State based workflow that has a DelayActivity. The DelayActivity never fires and errors out...

Date: 04/09/2009

Small Search control which is rendered in default pages of Sharepoint is a delegate control which is...

Date: 03/24/2009

Architectural behavior of wiki site definition and the wiki page library 1. When a site is created...

Date: 02/24/2009

Following are the two steps to implement this requirement in the supported way and its quite easy,...

Date: 02/18/2009

The view pages for the list are created based on the “ViewPage.aspx” in the C:\Program Files\Common...

Date: 02/18/2009

One of the requirements which I had encountered was to write a Asynchronous webpart which would show...

Date: 02/16/2009

Assume you have enabled Target Audience on your list. While adding list items there would be...

Date: 02/11/2009

  <Watch this post for more updates>

Date: 01/07/2009

Calling BreakRoleInheritance(false)on a List, internally flips the AllowUnsafeUpdates flag to false,...

Date: 12/31/2008

While trying to query custom managed property using FullText Search getting an error "Property does...

Date: 11/24/2008

Add the following register tag in your aspx page <%@ Register Tagprefix="SharePoint"...

Date: 11/17/2008

There is a restriction on number of characters (255 characters) allowed for a Multi line text field...

Date: 11/17/2008

Had a scenario where in I had to get User Identity of one of my colleague in My Profile page of...

Date: 11/14/2008

Check if you have a dll called Security.dll in your bin folder of MOSS. Why does it fail? We have...

Date: 11/11/2008

Added a new custom field to a document library, wanted to update the metadata of the custom field...

Date: 08/11/2006

Code snippet to move documents across sites with metadata along with version history using SPS...

Date: 08/07/2006