0
votes
0answers
3 views

Duplicates in XML

How do I merge two XML files by removing the Duplicates in C#?I am using the Dataset by it is resulting with the duplicates. As I am using in sharepoint application page, I need a clean XML file.
0
votes
0answers
3 views

SharePoint 2007 HttpOnly Cookies breaks NTLM authentication

Interesting situation. An internal audit on one of our SharePoint 2007 sites states that HttpOnly should be enabled for cookies that are not being called via JavaScript (very unclear as to this ...
2
votes
0answers
6 views

Sub-sites contributors and reader are unable to view the sub-site navigation

I have created a term store using the site collection administrator. And I associate this term store with a sub site navigation. But the problem I am facing is that the sub-site readers and even the ...
0
votes
0answers
8 views

Sync sharepoint document library with workshare

I have trail version of worshare platform. I downloaded workshare professional and installed in my system. Also installed SharePoint integrator for workshare. I have added my sharepoint site in ...
1
vote
1answer
9 views

jquery for External List works for the first page

My jquery is in PlaceHolderAdditionalPageHead at the AllItems for the List. My list is external list. When I go to the list. Everythings ok. But when I go to the next page it doesn't work. How can I ...
0
votes
1answer
8 views

the workflow runs only once!

This is part of my workflow which works fine: wait for status to equal B If current Item:status equals B and Variable:IsItemApproved equals No set status to A My problem is that it only works one ...
0
votes
0answers
13 views

ASP.NET MVC - Get current user logged in from sharepoint

I have an MVC web app that is sitting on a server running SharePoint Foundation and users access it via a link in the SharePoint portal. I require the website to log in automatically for the current ...
0
votes
0answers
7 views

How many role providers can I use with MOSS 2007?

We have 2 master sites on MOSS 2007. We are using custom role provider with the sites and subsites under them. Will it be possible to use different role provider with sub sites?
0
votes
0answers
11 views

How to add the close button in SP.UI.Status

I use status bar to show exception message in code-behind. I wanna add a close button in the status bar for user, so they can remove the bar. Here is my code: protected virtual void ...
1
vote
0answers
5 views

Copy picture from Document Library to Mysite Profile Picture

Today we have picture of all the users in a document library. https://site.url/.../username_jpg.jpg I would like to use these pictures of them on mysite. Can I use powershell or something else that ...
2
votes
2answers
21 views

Custom Page in Sharepoint 2010

I am developing a single aspx page which fetches the database values and display in a grid. This page does not contain any sharepoint related information. How do i add this page to Sharepoint ...
0
votes
1answer
19 views

Open PDF in seperate window

I have developed a solution where I have added a content editor webpart on a page and coded a js script to have the pdf files open in a new window. But now I want to copy the same solution to multiple ...
0
votes
0answers
11 views

SharePoint 2010 edit item popup, fullscreen with jquery?

I have sharepoint 2010 portal. In this portal I have some libraries maded by a custom library template. This custom templates shows an example of the pdf file If you open it in the edit form. The ...
0
votes
0answers
8 views

Bug in SharePoint 2013 : adding a enterprise wiki page

When I view my site content and go to the pages library ( Enterprise wiki template ) I can add a new Enterprise wiki page from the ribbon ( select new than enterprise wiki page ). It redirect me to a ...
0
votes
1answer
8 views

Set SSRS Report Parameter Through JavaScript

I am running SSRS 2008 in SP2010. I want to set some report parameters through JavaScript. Is it possible if yes then how. Basically I read some values from the page itself and then set the report ...
0
votes
1answer
6 views

Datasheet view display wrong data

I have standart view filtered by choice field. Standart view shows me 748 items. Then I switch to Datasheet View (by button on ribbon) same view shows me 175 items. Also datasheets view shows some ...
0
votes
0answers
6 views

Navigation for my site collection always redirect to PageNotFoundError.aspx page

I have defined a left Navigation for my Site collection, and I have define to associate my Wiki Pages to certain term using the Wiki Categories site Colum. But if the user clicks on a term inside the ...
1
vote
2answers
13 views

Redirect From one app page to another

I am creating a Provider hosted app. In that I have created two different .aspx pages. I want to redirect to the other page. But I am not able to find it out how to redirect. When I check my ...
0
votes
0answers
7 views

Show document date instead of upload date in Sharepoint 2013 online

I've uploaded files to my sharepoint online (office 365), but all my files are "created on" the date of uploading. Is it possible to show the actual file creation date instead of the upload date?
0
votes
0answers
10 views

Read list from central admin

I have an application page which connects to a sql database based on settings on a list hosted in central admin. For some reason, I cant debug the web.GetSafeListByName, I attach the debugger, put a ...
-2
votes
2answers
47 views

How does SharePoint work? [closed]

What will be the proper answer for this question: "How does SharePoint work?"
0
votes
0answers
8 views

Saving an external file into Assets in Sharepoint Online

In Sharepoint Online Would it be possible to: 1- Every night (or at some other event) 2- Connect to "http://someurl/file.csv" 3- Save the file above to a local folder
3
votes
1answer
19 views

“Change Item Order” in a filtered list still show everything in the list

Using Sharepoint 2010, I created a custom link list. This custom link list has a column for status (In Progress, Not Started, On Hold, Done). I have a couple of views: * "In Progress" view - all ...
1
vote
0answers
10 views

Creating custom graphs of survey results

I'm very new to sharepoint development. I have a survey that I want users to take and I would like to do more complex visualizations than the default options. Is this something I can do with ...
2
votes
1answer
22 views

Error using ListViewWebPart in a “using”

This one has me stumped. I'm creating a ListViewWebPart, which ultimately inherits from System.Web.UI.Control which implements IDisposable. So ListViewWebPart should also be IDisposable. Right? But ...
0
votes
0answers
10 views

NullReferenceException from SPFileCollection.Add

I am trying to write some tests for an event handler. As part of it, I have a method to upload a file. When overwriting an existing file, I am always getting a NullReferenceException, despite using an ...
0
votes
1answer
14 views

SharePoint 2013 Content Search and Refinement Panel

I am using SharePoint 2013 Enterprise search. My search page has a Search Textbox, Refinement Panel and the search results web part. When I perform a content search my matching search results are ...
2
votes
0answers
12 views

check for password protected office documents

I have a need to check through a site collection and find all password protected office documents. My organisation has decided on a policy where password protection on documents will no longer be ...
0
votes
1answer
11 views

Display custom library in webpart?

I created a library called Training and I want to display that on my page in a web part. How is this achieved?
2
votes
0answers
17 views

claims/default zone issue

We have a 2010 environment with a Dev, stage, and production environment. We try to keep them identical (at least on stage and prod) the best we can. We are having a strange issue with getting our ...
1
vote
0answers
18 views

Sharepoint 2010 javascript client object model - downloading items and item attachments?

Is there a way, so that you can download the items from a list and all its item attachment files in one context call? Currently I am downloading all the items, then looping through each item, and ...
2
votes
0answers
14 views

Create an “app connection”

I writing an article about how to do something like web part connection with the app model of SharePoint 2013. Have you an architecture model to do that? Does a standard exist to do that? My ideas ...
1
vote
1answer
25 views

Access denied How can I fix this?

I have created feature that have a module that have a element file and a default aspx inside of it. The element file looks like this: <?xml version="1.0" encoding="utf-8"?> <Elements ...
0
votes
0answers
16 views

SharePoint 2010: Programmatic changes to user property not creating change token

I have a webpart that provides an interface to a new field for users, and when I save the changes, I notice that there arent any new events in the collection returned from the profile.GetChanges() ...
2
votes
0answers
14 views

MSSQLFT equivalent in Sharepoint 2013 for Java applications

Problem I have a java application which till now used SP2010 with SQL Syntax for Search queries. Everything worked fine with the Query Webservice until I upgraded to SP2013. Now, I've come to know ...
1
vote
0answers
11 views

Update list content using a web part

I'm currently displaying content from a using a webpart, is it possible to update the content of this list using the webpart ?
0
votes
0answers
13 views

SharePoint Designer 2013 - Master Pages and Page Layouts missing from site objects

When I open my root site (site collection?) in SharePoint Designer 2013 (Preview), the Master Pages and Page Layouts items are missing from the Site Objects list. However, if I open up a sub-site then ...
0
votes
2answers
12 views

Site Pages Library create custom page

I am wondering if there is a way to set up a site pages webpart that creates a templated page instead of the blank one that is currently generated?
1
vote
1answer
11 views

Is SSRS Required to use Report Builder 3.0

Do I need SQL Server Reporting Services configured to create reports against SharePoint 2010 Lists using Report Builder 3.0 ? I see that I can download an individual installer. Bismarck
1
vote
0answers
13 views

Enable Publishing Options button without SharePoint Designer

We use MS Office 2010 Standard, and some users will be publishing spreadsheets from Excel to SharePoint (2010). We have discovered, however, that the Publishing Options button only appears in the Send ...
0
votes
1answer
24 views

Automation with Sharepoint 2010

I have a scenario where I need to get the job listings from a feed(which will give me the list of jobs in XML file) and display it in a sharepoint page. I will have a the daily feeds coming in. Please ...
2
votes
0answers
10 views

Package and Deploy SSRS Reports / Datasets etc

I have a VS report solution that contains around 40 reports as well as the child reports, sub reports, shared data sets, and data sources. How do I package these for SharePoint to deploy as a managed ...
1
vote
2answers
14 views

Undefined responseXML on StartWorkflow

I was presented with a task to run a workflow via jQuery. I know that SPServices has this capability, but I have never tried it before being assigned this task. So I set out and found some good ...
0
votes
2answers
19 views

Is there a way to define different site navigation and “Wiki Categories” column at the Sub site level instead of site collection level?

I have created a Site Collection and then I define sub sites under it. Now I created a term Store and I linked to the site collection navigation and Wiki Column. But all the sub sites will get the ...
1
vote
1answer
26 views

Custom “Sorry, something went wrong” message on SharePoint 2013

Could anyone explain me how should I change the default "Sorry, something went wrong" message to some other text or - even better - to change the content of this "component" to something custom? ...
0
votes
0answers
6 views

how to change Catalog settings of a list by powershell

I would like to change catalog settings of Pages list to make it akt like a Catalog by using powershell. It includes adding Title as "Catalog Item URL Fields" and choosing a Term Set for "Navigation ...
0
votes
0answers
8 views

You don't have access to the newsfeed on the site

I have activated "Site Feed" feature on a Publishing Site and added Site Feed Web Part on one of its pages. I have added a feed (conversation) on the page. When I go to Newsfeed (mysite) and trying to ...
0
votes
0answers
10 views

Problem with connectable webparts

I'm working with connectable webparts. Right now I'm sending my data from one webpart to another. On my provider I'm getting all values from database. Also the Image I'm getting from database ...
0
votes
1answer
18 views

Event Receiver Update

I have a complex situation that I was wondering if you guys have an idea on how to do: I have 2 lists, the parent list (CRDB) and child list(ReleaseDB). The parent list can have one or many child. ...
0
votes
2answers
21 views

Sharepoint Web analytics configuration wrong web application

I've tried to configure Sharepoint web analytics on the web application on my development machine but without success. I've followed various guides on the internet including runing some timer jobs and ...

15 30 50 per page
1 2 3 4 5 502