How to bind SharePoint list to WPF Treeview
Hi there,In WPF in want to bind the List to the treeview, the first level is working, but how to get the next level.What am i doing wrong?Regards,Edwincode behindusing System; using...
View ArticleREST Filter by Current User
Hi all,Is it possible to filter a REST call by the current user? I only want to retrieve the object for which they have access to.Thanks!KellyPersonal Blog: http://thebitsthatbyte.com
View ArticleSecurity Trimmed REST Call
Hi all,I am looking to use REST to display a list of subsites that is security trimmed for the user. I can use this REST call to get my core data for...
View ArticleHow to remove a WebPartZone programmatically?
Created a subsite and inserted a webpart in WebPartZone left. But the default.aspx page has the right WebPartZone , which is taking up space. I need eliminate the WebPartZone right programmatically....
View ArticleFeatureUninstalling is called AFTER event receiver assembly has been...
Hello guys,There is an SP solution that contains a web application feature. When activating - this feature modifies web config of the target web application(registers an HTTPModule). If user activates...
View Articlecreate list template and list item event recieiver for sharepoint 2013 in...
Hi everybody!I work with event receivers for sharepoint 2010 in visual studio 2010 and didn't have any problems!now I wanna to create new list template and list item event receivers for sharepoint 2013...
View ArticleMultiple Auth Providers
Hi,We have an application facing intranet as well as internet. The users logging in from Internet are in AD as well as a custom database.Thus we need three authentication providers - 1) Windows for...
View ArticleFor development purposes, would SP 2010 and SP 2013 coexist on the same system?
For development purposes, would SharePoint 2010 and SharePoint 2013 coexist on the same system? I'm trying to avoid managing two development systems and different instances of the same source code as...
View ArticleCreate a Custom Page Layout in SharePoint 2013
This is a Step-by-Step tutorial on how to Create a Custom Page Layout in SharePoint 2013.We will use the new Design Manager to Create a Layout (from an existing one) and then edit it in one of the...
View ArticleDynamically Create Workflow in SharePoint 2013
Hi I need to create a workflow with few activities(lets say CreateItem,UpdateItem,DeleteItem) in SharePoint 2013 using SharePoint Designer 2013,Workflow manager.Is it possible to create a workflow...
View ArticleCan't edit logo link
Hi,I have the site below..and am trying to edit the 'blacked out' logo URL to direct my users to another page.But, when I hit edit page' so I can type in a different URL for the 'G4S' image - it blocks...
View ArticleSubSite always already exists during ParentWebsite.Webs.Add()
I have a 2010 sandboxed solution for an action I use in a workflow. The action runs as an impersonation step and creates a subsite based upon a user inputting a new item into a list. This is running...
View ArticleSPSWC:ProfilePropertyImage in 2013?
Hello,I would like to add a profile picture to a custom 2013 masterpage for the currently logged-in user. The pictures are coming from AD user profiles.In 2010, you could use SPSWC:ProfilePropertyImage...
View ArticleNavigation menu in different language for multilingual public facing website...
I'm a marketing person with no coding knowledge and I need to create a very basic public-facing website for our company. Sharepoint online has been user friendly so I could luckily create all pages...
View ArticleCorrect Query for getSubwebsForCurrentUser REST call
Hi all,I would like to use a REST call to retrieve a security trimmed list of sub sites. Do anyone know the correct context for the...
View ArticleCalendar List View Has No List View Selector
Hi everyone,I have created a simple calendar list for a site, all is good, but I have one question, why does the calendar view for a calendar list not have List View Selector control, unlike the All...
View ArticleCustom Action navigate to edit form using GUID
Using a SPD2013 workflow running against a Task List, I am creating a list item in a list called 'Employees'. The GUID of the new list item is being captured as a workflow variable. In a later task I...
View ArticleSharePoint 2013 Issue with SSRS webpart and CSWP on the same page
I'm using SharePoint 2013 and I have a page based on the Blank Web Part page layout. My page has several report viewer web parts on it, all are working well and are rendering the reports as they...
View ArticleSharePoint 2013 + Visual Studio 2012 Debugging extremely slow
Hi,We're running Windows Server 2012, Visual Studio 2012 and SharePoint 2013 in VMWare Workstation virtual machines. We've noticed that debugging SharePoint server-side code is extremely slow. This...
View ArticleBypass Editform.aspx in Document Library
Is there any way we can bypass EditForm.aspx in document library after document is uploaded. Suggest me without embedding script in editform.aspx page.
View Article