0
votes
0answers
3 views

Forefront TMG for SharePoint 2010 application

I have few doubts on TMG. I have listed all. Pl reply for all points. TMG servers are not used in SharePoint 2010 intranet application rather used only in Internet applications. If any SharePoint ...
0
votes
0answers
5 views

Get List of Weeks of Current month in c# dropdownlist of visual web-part

I have a task to get List of Weeks of Current month in c# dropdown list of visual web-part How can any one help me how can i do it. int month = 1; int year = 2013; var cal = ...
0
votes
0answers
8 views

jQuery SP.JS objects to test if current SharePoint user has full control / owner rigths?

As an example, the below jQuery displays current SharePoint user title. Excellent! :) Is it possible to use the sp.js objects to test If the current user has Full Control on the current page or ...
0
votes
0answers
10 views

Developing a simple Webpart with NAPA on SharePoint Online 2013 in o365 . jQuery?

Installed NAPA and playing around. Some high level questions. If I'm building a webpart.. why does it insist on me having default.aspx? I put some jquery in ClientWebPart.aspx page to cause a ...
0
votes
1answer
9 views

Got this error when I click on my BDC service in Central Admin: The full exception text is: Access is denied

These are the steps I did under the local administrator: I go to central admin -> application management -> manage service applications I click on New-> Business Data Connectivity Service I ...
0
votes
0answers
9 views

Migrating FBA from SP2010 to 2013

I have a backup of my SP2010 FBA database from SQL2008, and I want to copy the data into SP2013. I know that I can restore the database into SQL 2012, but I also know that all the user records will ...
0
votes
1answer
9 views

Default search does not show part of a word

I did a search using the following word "Sub", but nothing return back. while if I search for the word "subpage" it will show all the pages containing the word "subpage"? , so how I can define the ...
0
votes
0answers
9 views

Managed Navigation using a Managed Metadata term set is not working well in an Enterprise wiki site

I have an Enterprise Wiki subsite and I have defined a site Navigation for this sub site to be of type “Managed Navigation using a Managed Metadata term set”. But currently I am facing these critical ...
0
votes
0answers
10 views

SharePoint 2010 On-Premise vs On-Line deployment

If our team has to decide between On-Premise or On-Line deployment for SharePoint 2010 what all main factors we have to keep in mind before final decision? What will be top 5 factors priority wise? ...
0
votes
3answers
20 views

Document Library - filtering or permissions, how to?

First of all, i'm learning SP, so it might be a silly question. I got superusers and users. Users must be allowed to see the content of the library and only the items, they have uploaded. Superusers ...
2
votes
1answer
45 views

My company moves to sharepoint 2013, must I be a sharepoint developer?

I'm a web developer. My company moves to Sharepoint and wants to form a WAN in my country. So, our applications will be single sign on using LDAP. I want to learn that, must I be a sharepoint ...
-2
votes
0answers
23 views

SharePoint 2010 call sequence [closed]

What will be the proper answer for this question: "How does SharePoint work?" Question is asked by a professional with very good knowledge. Actual question is how does SharePoint 2010 works ...
0
votes
1answer
17 views

Securing files in a library by a people column?

SharePoint Online 2013. Library with a people column added. For the site owner, they can add files at will, but must select a person for that column for every file. But for library members, we ...
0
votes
0answers
17 views

custom action button does not run code

I am trying to get a custom action button to work from a project i found on codeplex here. This is my first attempt at creating a custom action and i admit my knowledge of how they work is fairly ...
0
votes
0answers
7 views

SharePoint 2013: UserAgent not available, file operations may not be optimized

I have two sites that were originally migrated from SPS2003. It worked well in SharePoint 2007 and even on SharePoint 2010, however when we migrated it to SharePoint 2013, the home page throws ...
0
votes
1answer
27 views

Sharepoint Online SPUtility.GetLocalizedString in WebPart

Trying to get localized content working on Sharepoint Online. I followed the steps here: http://msdn.microsoft.com/en-us/library/fp179919.aspx#LocalizingAppWeb to create 2 resource files under ...
0
votes
0answers
12 views

Document Information Panel doesn't display on checkout in Word 2013

I have a document library in Sharepoint 2013. I have the setting to always open the document information panel set. This works great in Word 2007/2010 but in Word2013 it doesn't display. Any ...
1
vote
3answers
30 views

Sharepoint 2010 list and alerts

I have created an issue list in sharepoint 2010, we have created teams as one of the fields. How would i make sharepoint send alert notificaitons to certain email groups based on the team selected?
0
votes
0answers
12 views

New Document button in Document set is disabled

I'm having this problem where I'm creating a document set, and the New Document button is greyed out. I've searched the internet for answers, and I've tried them all: Activating Client Integration ...
0
votes
0answers
8 views

Error - An error occurred accessing your Microsoft SharePoint Foundation site files

I am unable to open a site using SharePoint designer, the error we're seeing is -- An error occurred accessing your Microsoft SharePoint Foundation site files. Authors - if authoring against a Web ...
1
vote
1answer
29 views

How to set a calculated default value for a drop down list field in Sharepoint

I need help with the drop down list box. Let me try to explain to you what I am trying to achieve. I have a Assigned To field(Person/Group picker With Multiple Selection) and Group User field(drop ...
0
votes
2answers
15 views

403 Forbidden error on creation of new webapplication in SP2010

I am getting an error 403 forbidden on creating new weapplication or extending web application although I have signed in as System Account. I am able to create new sitecollection from central admin. ...
0
votes
0answers
13 views

Sharing Resource Reservation calendars in Outlook

I'm trying to connect a SharePoint calendar to Outlook 2010, but also display fields that aren't normally available in and Outlook calendar view. I have a Resource Reservation calendar in SharePoint ...
1
vote
3answers
47 views

How to Make Webpart Title to Display Day of the Week?

I have list View webpart in my sharepoint 2010 team site home page. Generally Web Part title can be easily modified by editing the webpart and providing Title value. I am looking for a solution to ...
0
votes
1answer
21 views

How to deploy / access SharePoint lists with an AppModel app?

I have an AppModel app (Provider hosted, on-premise) and I am trying to add a SharePoint list to deploy with it. However, the list just seems to be silently ignored - when I deploy and run the app in ...
0
votes
1answer
17 views

2010 Cascading Drop Downs - Question about table that uses the cascade feature

Dumb question. First of all I am following this method of using cascading drop downs http://www.uccorner.com/253/sharepoint/cascading-drop-down-sharepoint-foundation-2010/ On the custom list where ...
0
votes
0answers
7 views

Destination Folder field not showing in Upload.aspx

I have a doc lib with 4 folders. when I am at the root and click add, Upload.aspx does not contain the field destination folder. I have the same structure on another site and it works fine. i cant ...
0
votes
1answer
12 views

MySite My Content deleted

A SharePoint 2010 My Site application has suddenly deleted all data from the "My Content" area of users' profiles. Does anyone have any experience of this or know what the cause is? There were custom ...
0
votes
2answers
13 views

Sharepoint 2010 Workflow and email sending

I have a Sharepoint 2010 installation and a Active Directory and a Exchange. I have design an Approval Workflow which sends emails to the approvers. It works perfectly with some users I have tried as ...
-1
votes
1answer
22 views

Types of Authentications [closed]

How many types of authentications are there in Sharepoint 2007 vs. 2010 vs. 2013. In what scenarios do we use these types of authentication? For each type, how does the logon form look like ...
0
votes
0answers
17 views

Uploading signed Word document to SharePoint library

I´m trying to upload a signed Word document to a SharePoint library. When I open the document from The library, the signature is broken. Any ideas how to upload a signed document and retain the ...
1
vote
2answers
31 views

Paging is disabled in custom xsl

I modify the list. And created a xsl file for the xml view. But I can't go to other pages to see the other items. In normal lists there is arrows and the item numbers on the bottom of the list. The ...
1
vote
2answers
20 views

Search always return no result for contributors and reader, while it will work well for site collection administrate

I have two users group Contributor & Reader. And I have the following hierarchy:- Site Collection (containing both Contributor & Reader ) -Subsite A (containing both Contributor & ...
0
votes
2answers
17 views

List could not be found at site in autohosted app

I have a sharepoint autohosted app integrated with mvc model (DocumentsMvc project) I created a list (AwaitingDocuments) by adding it to sharepoint project (Documents) and created a simple view in ...
0
votes
0answers
9 views

SharePoint 2013 AppPart “JavaScript runtime error: 'Type' is undefined in the sp.runtime.js”

I'm just starting with SharePoint 2013 dev. I've created a VM on my computer, it's running Windows Server 2013 and SharePoint 2013 Foundation. I'm trying to create a App with a App part in it. On VS ...
0
votes
1answer
16 views

Return to previous major version

I wonder if it is posible to have a file to return to a previous published major version. The scenarios is this; I have a file that is in version 2.5, currently the latest published version is 2.0. ...
1
vote
1answer
20 views

Restrict search result to current site/web

My requirement is to search within sub site, if i am searching within a specific sub site result should come from current sub site. Here everything is working fine. But when I do advanced search it ...
0
votes
0answers
8 views

Duplicates in XML [migrated]

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
8 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
17 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 ...
0
votes
1answer
17 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
14 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
17 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
8 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
18 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
2answers
15 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
24 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
22 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 ...
1
vote
0answers
14 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 ...

15 30 50 per page
1 2 3 4 5 502