Sharepoint 2013 Community site: Unable to reply on a post
Im working on Sharepoint 2013 Community site template. When I manually create a discussion in discussions list liking and replying features are working fine, but when I programmatically add a...
View ArticleSharepoint 2013 development on 32 bit Visual Studio Ultimate
I heard we can use Visual Studio 2012 32 bit for sharepoint development. Can anyone tell me what is no possible using Visual Studio 2012 32 bit edition.
View ArticleHow to add usercontrol in sharepoint 2013 master page.
HI friends, Can you please help me to add the user control to SharePoint 2013 master page .Please give me the links which shows step by step to achieve this.I am using visual studio 2012 .In the user...
View ArticleUsing Excel based scorecards as a datasource in SharePoint 2013 online
I'm trying the following scenario in SharePoint 2013 online:I have a few excel based scorecards (or simply excel based site content types) based on which users create monthly scorecard sheets and save...
View ArticleReading the entire document library using C#
Hi,I'm new to SharePoint server. I need to get the list of all document stored in SharePoint server, not in particular user site. Is there any way to get all documents list , name or count using C#?Is...
View ArticleContent Search Query Text IF Statement Syntax
Hi there,Is there any way within the Query Text section of a Content Search Web Part to do an IF statement?I am basically wanting to do the following in plain English: If the query string "cpt" has a...
View ArticleBusinessData Connectivity Service in Sharepoint 2013 Beta Release ?
i created a business Data connectivity service using visual studio ultimate 2012 then i deployed it on SharePoint server 2013 beta release and this error is evolved MethodInstance with Name 'ReadList'...
View ArticleDeclarative Worflow - VSTO - SPO
I'm working on a "Declarative Worflow" with VSTO for SharePoint Online 2013 project and I have two sticking points: 1) Add the link in the email task of task assignment notification: The assignment of...
View ArticleSiteUsers, GetUserById, etc does not exist from client object model
I'm trying to get information on site users via the sharepoint client object model. But whenever I try to use calls such as GetUserById or SiteUsers, I get the error "Does not exist". The following...
View ArticleHow to set up a sharepoint dev environment?
I have Windows 7 Professional.How do I set up a share point development environment? It seems that the requirement is pretty demanding: server versions of Windows such as Win server 2008, and share...
View ArticleAdd a SP User to a SP Group other than current user using CSOM or REST
Hi,I want to add a SP User (from AD) to a SP Group other than current user using CSOM or REST.Below code shows how to add current user to a SP Group (Link)var user; var visitorsGroup; function...
View Articlesharepoint list to gridview
Hi all..I have Two sharepoint list.having 10 details in every list.i want load the sharepoint list data in Gridview using MVC3 or MVC4how to do ?Thanks in Advance.
View ArticleCreate a SP Group in a site using Client Object Model (CSOM) or Rest Service
Hi,Want to create a sp group using either client object model CSOM or REST Service.I found a link from MSDN which says we can create a sp group using CSOM-...
View ArticleRead Multi-value user profile property using client object model, SharePoint...
I am following the MSDN article to access SharePoint 2013 user profile property. http://msdn.microsoft.com/en-us/library/jj163182.aspxThe problem is that if the property is a custom multi-value...
View ArticleSharepoint 2013 Parameters for App deployment Secure Store Target Application...
I'm trying to deploy apps (in this case the BasicSelfHostedApp). sharepoint hosted on my local instance. Sharepoint 2013, Visual Studio 2012. Deployment fails, with error "the remote hosting service...
View ArticleSharePoint 2013 Education Services
I need the information on the new feature in SP 2013 Education Services. There is some info avaialble on web but no documentation I could see on msdn. Can someone please let me know if there is any...
View ArticleAssembly Load Error
HiI have a custom login page deployed as a WSP package and built with .NET Framework v2 for SharePoint 2010. The installation and deployment of the WSP contents into SharePoint 2013 all executed as...
View ArticleHow to connect SharePoint 2010/13 online using cloud web application !!!
Hello Experts,I want to read SharePoint 2010/13 online lists and list records using server side code in a cloud web application.I tried with SharePoint client object model but showing error “Unable to...
View Articleto protect sensitive information using reauthentication in SP2013
Hi Team,I am totally new with SP2013. I have a requirement to protect sensitive data in the site by reauthenticating the user. I googled around and decided to move on the sensitive data into another...
View Articlehow to add user to sharepoint list item user field using REST api in sp2013?
Hi,I have a basic sharepoint list with people field in it, now I am trying to use rest api to add new list item and trying to set person field to my alias but it is not working and throwing me below...
View Article