0
votes
1answer
22 views

How to retrieve Lookup List's lookup values in a third List

I am using sharepoint 2010 Lists.I have 3 Lists RoleFamily,Roles and Employees. RoleFamily defines under which Family a role exists.There fore RoleFamily is the Primary.The below image shows the ...
0
votes
1answer
22 views

Single Point Of failure in SharePoint 2010

We're considering to implement some good/better/best recommendations in our existing Mid-Large SP Farm for "Single point of Failure in SharePoint 2010". Can someone point out to the areas which can be ...
0
votes
1answer
128 views

how to made new post for sharepoint newsfeed webpart through custom webpart

i have a requirement to made new post through custom web part and this must be shown on sharepoint 2013 news feed web part i am new with share point after the lot of googleing find a list of news ...
0
votes
1answer
34 views

SharePoint 2010 Site bandwidth Usage

I want to obtain a bandwidth utilization report for a Site Collection. Can any one let me know how I can do this?
0
votes
0answers
66 views

How to enable document library item “Follow” button for custom library items?

I created a custom list definition in SharePoint 2013, using visual studio. When i create a document library based on this definition (template) i do not see the "FOLLOW" button in the document ...
6
votes
1answer
174 views

How to migrate SharePoint 2007 Data to Office 365?

I have SharePoint 2007 site on my server which have lists, libraries, custom web-parts, workflows etc. and i have another SharePoint Server on Office 365 which also have some lists,libraries and ...
4
votes
2answers
227 views

how do you say blank to sharepoint?

I want to create a view whereby it does not include any items which does not have the 'next review date' as blank, i.e. only includes items which have this field populated. How do I say blank to a ...
1
vote
0answers
232 views

Upload: library file size limit?

I have SharePoint Server 2010, account on Office365 and iOS app. I need to upload 100KB, 500KB, 5MB, 50MB files on server via HTTP (not browser). I've successfully uploaded 100KB to my SP via HTTP ...
1
vote
1answer
144 views

Sharepoint 2013 Apps Authentication error

I develop a simple SharePoint Hosted App and deploy but when i open this app, there is popup for id and password. which id password i need to enter because they dont accept administrator id password
-3
votes
2answers
108 views
2
votes
3answers
534 views

Get current Login Name inside RunWithElevatedPrivileges

How to get current Login Name.I'm getting "Sharepoint\System" as Login Name for every user. I need to get the name of the user. public override void ItemAdded(SPItemEventProperties properties) { ...
0
votes
1answer
282 views

i got an error.Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).when i give listitem.BreakRoleInheritance(false)

I get the following error: "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))" . when attempting to set the permissions of a list item with the following code: if ...
0
votes
1answer
160 views

ItemAdded is not firing for listitem

I like to set permission for listitem customlly.But ItemAdded is not firied for listitem. Plz help me
3
votes
0answers
248 views

Gantt Chart in SharePoint— Timeline view disappears

The first time I load the page, the timeline view of tasks appears no problem. However, when I start to add an item, scroll along the timeline, or otherwise take an action on the page, the timeline ...
1
vote
1answer
655 views

How to upload image file into the SharePoint 2010 picture library using javascript

I need to upload image file into the sharepoint 2010 picture library using java script... requirement is -- we have File Upload control And, we have to upload image file from that file upload ...
1
vote
2answers
87 views

How to do Search Engine Optimization in SharePoint Internet Site?

I am creating a SharePoint 2010 web site and want to launch it as an Internet website. Now I want to do SEO (Search Engine Optimization) of my SharePoint Site. Does anybody know how to do SEO (Search ...
0
votes
0answers
59 views

Sharepoint on Cloud

Have the following scenario: Deploying sharepoint on a VM in public cloud wand it will have its own AD and ADFS. This ADFS will communicate with another ADFS proxy (on DMZ) of the organization so that ...
2
votes
2answers
638 views

Get listitem using jquery or javascript from Office 365(Sharepoint Online)?

there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind. i have tried to get list data ...
2
votes
1answer
451 views

Changes not reflecting in WebPart

In sharepoint2010 I am using a webpart and custom toolpart[]. The following code is for toolpart array public override Microsoft.SharePoint.WebPartPages.ToolPart[] GetToolParts() { ...