What is the default timeout value for the SPQuery object?
What is the default timeout value for the SharePoint SPQuery object? I've tried searching online but can't find anything with the actual timeout value.Someone suggested it might use the timeout...
View ArticleSP.Publishing is undefined
I have a lookup column with more than 20+ items that used to be rendered as a combo box but now is rendered as a drop down list.I think I have narrowed the problem to this error:SP.Publishing is...
View ArticleError: Unable to get value of the property 'getEnumerator': object is null or...
Hi,I am using the javascript client object model.I am trying to retrieve items in list.Below is the code used. function setImage() { var clientcontext = new SP.ClientContext.get_current(); var oweb =...
View ArticleManage meta data service is not creating in share point server 2010
When i trying to create manage meta data service then i am not able to create mms and getting this error :-The Managed Metadata Service or Connection is currently not available. The Application Pool or...
View ArticleCAML Query to get specific item in folder based on dropdown value using...
Hi,I am using the Javascript Client object model.I have a custom list and a custom document library.Custom list contains 2 columns - dlName , dlValueThe document library contains 2 folders - "folder1"...
View ArticleWebpart button to generate pdf and print Gridview
Hi Does anyone know how to generate a PDF that displays the contents of a Gridview using a button on a webpart?I'm using Sharepoint 2010 with iTextSharp but am getting javascript error...
View ArticleSharePoint 2010 Dialog Sample Code
Hi.. How to write SharePoint 2010 Dialog Popup Code .Ravindranath
View ArticleTo copy Comments column from one blog list to the other blog list
Hi,I have 2 blogsites.One blogsite has two lists : Posts and commentsThe other blogsite also has two lists : Posts and commentsI want to add the items of the second bloglist to the first bloglist.With...
View ArticleUpdating SharePoint UserProfile Properties in SharePoint 2013 in custom webpart
Hi,I have a requirement of creating webpart which will update user profile properties in SharePoint 2013. I am facing challenge with updating user profile picture.If one has seen, in "My Site",...
View ArticleHow to change the page layout or webpartzones on default page of a custom...
Currently I've got a custom site definition (SharePoint 2010) that includes several features and also puts some webparts in the webpartzones on the default.aspx when a site based on this definition is...
View ArticleHow to Change document library's custom column value by c#
Hello All , i am copying file from one folder to another folder in same document library so while copying file i want to copy same custom column value but when i copy file from one...
View ArticleCustom Web Part
I created a custom chart web part. The user can enter a start and end date to change the date range reported by the chart. Those fields are validated and required. BUT, now we have added other web...
View ArticleFetching file size using CAML query in Javascript client object model
Hi,I am using the Javascript client object model to retrieve contents of a document library.I have a document library, which contains a folder "Folder1" . "Folder1" has a zip file. I would like to get...
View ArticleCannot export a Document Set larger than 50 MB
In my code, I am exporting Document Sets to be imported to another library (DocumentSet.Expot()). The maximum upload size is 100 MB. We have some Document Sets that exceed 50 mb. When they are...
View ArticleSharePoint 2010 yes/no value Eventreciver
I want to run a check to yes/no "Order" column while items adding/added.But i can not catch the right property while testing/debugging. any one help me? anyone know how can i check yes/no value while...
View ArticleMultiple Document Library Issues
Hi,Actually i am creating document libraries in SharePoint site by using SharePoint Service successfully.My issue is, 1st document library has been created with folder and creating 2nd document library...
View ArticleAdding LIST VIEWS as a webpart in sharepoint
Hi all, I need to add a list view webpart to a page, not 1 in fact many views of the same list PROGRAMMATICALLY, so i need some help regarding the same.
View ArticleSharePoint 2010 Org Chart Webpart Issue
We have an issue with SharePoint organization Chart web part in My Site. Please find below the details. <o:p></o:p>Issue:Org Chart showing only the current user, not showing their...
View ArticleStop remove to SitePages from site on feature deactivation
Hi,I have create on module which is add in SitePages and add the webpart page and set that page as a home page of site on feature activation. and on feature deactivation I have wrote a code which will...
View Articlesend email to sharepoint list item
I have a list, list columns are email,reminder1,reminder2,reminder3.i want to send email to list columns(email) through timer job based on reminders.
View Article