Sharepoint questions not on Sharepoint

1 answer

Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group (2007)

I have found a number of recommended ways in blogs looking to answer how to do this and have not successfully made any of them work using SharePoint MOSS 2007 and SharePoint Designer 2007. I have ...

1 answer

Using SPServices to disable a field if a user IS NOT a member of a specified SharePoint group

Working in SharePoint 2010 Foundation, I'm trying to disable a field on a custom editform.aspx for users who are not members of a specific group. So, if current user is not a member of the group ...

0 answers

JQuery .change for Sharepoint Designer form dropdown list not working in IE, works fine in Firefox

I have a drop-down in a SharePoint Designer form that has entries from a SharePoint list. The list displays fine in both IE and Firefox. In Firefox I use JQuery on the selected entry from the list …

0 answers

SharePoint Page Viewer WebPart Issue

Looking for some advice / info. I have a static html page which has an <a href="link to .bat file"><button>my button</button></a> On the page, this works fine and shows …

2 answers

Is it possible to map a document library with a network drive's folder? if possible then how?

Is it possible to map a document library with a shared drive's folder in SharePoint 2010? if possible then how? If its not than can this be possible by coding? Actually I want automatic ...

4 hours ago
0 answers

how to create a site collection using more than one template in sharepoint 2013.

I want to create a new site collection merging more than one template together ex: team site, community and Blog Is there features to activate or what

1 answer

Sharepoint 2007 List migration with large size data

We have a sharepoint 2007 list with attachments and its size is more than 7 GB. We tried to save it as a template [with content] and migrate it to sharepoint 2010 environment. But the template ...

2 answers

powershell create new spweb

How can I create a new instance of SPWeb? I don't want to use Get-SPWeb or New-SPWeb as I don't want to get an existing object, or create a new page. I just want to create a SPWeb object and set ...

5 hours ago
0 answers

SharePoint 2013 - The remote server returned an error: (401) Unauthorized

i am trying to get lists from SharePoint Site. But the following exception occurs The remote server returned an error: (401) Unauthorized. This is High Trust, Provider hosted application. here …

5 hours ago
1 answer

fancybox compatibility with MOSS 2007?

Has anyone gotten the current version of fancybox 2.1.4 (http://fancyapps.com/fancybox/) with jQuery 1.9.1 to work with Microsoft Office SharePoint Server (MOSS) 2007? Seems like the out of box ...

3 answers

Why the where clause is not working on sharepointsearch?

StringBuilder xmlString = new StringBuilder( "<QueryPacket xmlns='urn:Microsoft.Search.Query'>" + "<Query><SupportedFormats><Format revision='1'> ...

1 answer

Add Photo library to Sharepoint 2013 via powershell

I need to add a new Photo Library in sharepoint 2013. I have most of the script, but need some help with the template type. Here is the script enter code here [CmdletBinding()] Param( ...

1 answer

Isolate web.config files for different SharePoint web applications?

We're in SharePoint 2010 and using C#. We've encountered and issue where we need to have separate web.config files for different web applications. The base web.config file that resides in ...

2 answers

Sharepoint list view threshold maximum limit?

I have a client who has already exceeded default sharepoint threshold. I understand that it is not advisable to increase the default limit but in my case i am left with no other option than to ...

2 answers

Ios Sharpoint integration [sharpoint as a backend]

I have sharpoint service in my backend and i want to use that in my IOS application . In which term that will give me response to support IOS in XML or JSON ? I am newbei in Sharpont integration . …

0 answers

Remove ALL keyword that comes from SharePoint 2010 Advanced Search WebPart

I have created my own search result page and advanced search page with all OOB search webpart. Advanced search web part has been configured for my own custom properties. So user can select properties …

0 answers

Creating a complex custom form for SharePoint workflow?

I am doing an approval process which (I think) requires a custom form. It would look something like this. User uploads item to a document library. This document item contains individual list items …

2 answers

Print a document with JavaScript

I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this: ...

2 answers

SaveFileDialog disables webpart buttons in Sharepoint using C#

I have button that opens a saveFileDialog to save a downloaded file to a clients PC. After you save the file, or press cancel, the buttons on the web-part becomes unresponsive. Why does this ...

0 answers

Sharepoint 2010 DocumentSets - How to Manage Programatically?

I am new to Sharepoint 2010 but not new to .Net programming. Here is a my situation, i have a large set of files to be uploaded into Sharepoint 2010 with metadata. I have decided to write a C# class …

11 hours ago
2 answers

jquery SPGetCurrentUser() to get the current logged in username in sharepoint 2007

I would like to use jquery to get the current logged in username and pass the user information to the connectible webpart. This is what I have written in CEWP. <script type="text/javascript" ...

0 answers

Drop Down List resets

My drop down list resets to default when I try to select a item, and it also doesn't trigger's code behind method when I put a line break and try to debug it: Here's markup, <script ...

1 answer

Cannot save all of the property settings for this Web Part - Sharepoint

"Cannot save all of the property settings for this Web Part. The default namespace "http://schemas.microsoft.com/WebPart/v2" is a reserved namespace for base Web Part properties. Custom Web ...

1 answer

text is not allowed between the opening and closing tags update panel

Why am not sure, why I am receiving this warning or error for my update panel, text is not allowed between the opening and closing tags update panel Here;s markup <script ...

1 answer

Is it good practice to have many user controls for different purposes

I have a gridview and I am doing a lot of operations on it, now I was wondering if I should add user controls or keep adding code to it. gridview is in a user control itself.

3 answers

Alternative to ASP.NET drop down list

Regardless of what I do or try drop down list isn't just working, <asp:DropDownList ID="drop1" runat="server" AutoPostBack="true" enabledviewstate="true" OnClick="Drop1_SelectedIndexChanged" /> …

0 answers

SHAREPOINT TASKS, OUTLOOK, Finding/removing USERS that have connected to a tasklist on sharepoint using Outlook

This is the first question I've asked (I think) and I've been searching everywhere for this. I'm not sure if this is a really elementary and obvious question (would explain the lack of anything on …

1 answer

In Sharepoint, how can I sort a list based on a hyperlink?

I'm working on setting up a project dashboard using a custom list. It's all in-browser and I believe it's 2007, but I don't know how to tell for sure. One of the columns is the "Project Stoplight". …

1 answer

SharePoint Foundation 2010 - Search running but not working. Errors in Event log

I was recently tasked with the responsibility of setting up our SharePoint Foundation 2010 server with the built in SharePoint Search functionality. We created two accounts for this purpose. A ...

0 answers

Event handler for create new sharepoint site collection programatically

I have to set custom master page for newly created site collection. I am able to set the master page for already created site collection and sub sites and also for new site. I want to trigger the ...

16 hours ago
15 30 50 per page
1 2 3