How to copy file(not folder) from one document library to another library by...
How to copy file(not folder only file ) from one document library to another document library by using client object model in sharepoint 2010 .
View ArticleCannot covert type ‘Microsoft.SharePoint.Client.WebParts.WebPart’ to...
Hi Concern,I am using Client Site CSOM coding and getting error Smart Parts user control detail is required and while converting throws error.Cannot covert type...
View ArticleDropdown list
Good afternoon,Guys I'm not able to make following.In my sharepoint have two dropdowns, what I want is when selecting a certain value in dropdown_AB in dropdown_general arise only matching result (A1...
View ArticleSticky Notes on SP
Hello All,I would like to get some sticky text/notes on SharePoint 2010 home page as shown in the below link.http://designshack.net/tutorialexamples/StickyNote/index.htmlFollowing is my code...
View ArticleAdding Controls dynamically in the Infopath/Web form with dynamic controls
Hello,The client requirement is to create SharePoint solution for the below image. A web form/Info-path form will be created where user can enter the details and data will be submitted. I am looking...
View ArticleCreate a new list item using Listdata.svc via HttpWebRequest in "Sharepoint...
Hello,I am stuck with this thing of adding a new list item using Listdata.svc Here is my code till now - string url = string.Format("{0}/{1}/{2}", AdminUrl, "_vti_bin/ListData.svc", "TestList");...
View ArticleCannot Save Re-Usable Workflow as a Template.
Cannot Save Workflow as a Template. It is a resuable WF . It was working until last week. Suddenlly it gives an error saying - Cannot find Site Assets Library. Site Assets Library does exist . Please...
View ArticleCannot save a workflow as a template?
I have saved a workflow before as a template, but as of now the icon in the ribbon is grayed out.Can someone tell me what I am missing?As always, thank you for your support.Will
View ArticleHow to programmatically identify new content availability ?
Hello,How to identify programmatically whether content(page/list/doc lib..etc) has been added at site collection level ?Thanks and Regards,DiptiDipti Chhatrapati
View ArticleHelp with Joining two SharePoint lists using LINQ
Hi Guys,I have found many threads with this question. Although I had one doubt. I wanted to know that while performing a Join operation on two SharePoint Lists using LINQ does the column on which we...
View ArticleUnable to use Grouping with SPGridView [Lookup field with multiple values]
Hi Guy,Using SPGridView, i have implemented Group By funtionality. It is working fine except this scenarion.Lookup field with allow multi values option.I need the group by functionality with Lookup...
View ArticleRead excel data from attachment and display in SharePoint and allowed to edit
Hi All,User would like to upload a excel file into SharePoint and he expect system to read his file and display out the data that he have uploaded in SharePoint. Besides, from SharePoint, he requested...
View Articlemanaged metadata field not updating with empty value
Hi,I have Managed metadata fields which when I try to update with empty value it retains the previous value and never updates empty.I did see this...
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 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 Articleset "peoples or groups" field with current user "login name" in sharepoint...
hi friends i am trying to set peoples or groups field in sharepoint list form with current user login namehere my code<script...
View ArticleFetch File size and download file from document library
Hi,I am using Visual webpart and Javascript client object model.I have a document library and inside that I have a folder "folder 1". Folder 1 contains a file.How to fetch the file size and download...
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 ArticleHow to retrieve the content type used in a document library (C# - Client Model).
Hello,I need to know if it's possible to retrieve the content type used in a document library, so I can know the columns active and used in this document library. I am using the Client Model in C#.Thanks
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 Article