All commercial releases of SharePoint. Excludes free license versions of SharePoint.

learn more… | top users | synonyms

0
votes
0answers
15 views

Delete attachment from list

After debbuging listItem has the url http://wingtip.se/attachment/1 and the navigate url has http://wingtip.se/attachment/1/document.doc so the listItem the extension is missing thats why i cant ...
0
votes
1answer
45 views

How to create link pages (read more links)

On my home page I am displaying some news. Every news has "read more" button clicking on which will take user to news detail page. I was thinking about doing in SharePoint like following. Please let ...
1
vote
3answers
113 views

masterpage javascript not working while anonymous user visits the site

Explanation. I have applied anonymous access to entire website. My Javascript working fine while users login. But not woking while anonymous users visits the site. I need to execute masterpage ...
1
vote
1answer
27 views

HP Scanjet Enterprise 8500 fn1 fails when sending scanned document to sharepoint 2010

Please does any one knows why HP Scanjet Enterprise 8500 fn1 scanner fails when sending multiple scanned pages in pdf format like 25pages to SharePoint 2010 but when sending scan pages that is about ...
1
vote
2answers
56 views

Value retain when redeploy of SharePoint Timer Job

I have a very simple question on SharePoint 2010 Timer Job, I build by reference from here. Basically upon execute of the Timer Job, I add an entry to SharePoint Custom List as following: public ...
2
votes
0answers
51 views

Managing my user permissions for my Publishing site  enterprise wiki

I have created 5 separate enterprise wiki sites, which can be accessed using the following URLs:- …Wiki/HrManuals ..Wiki/SalesManuals ..Wiki/TechnicalManuals ..Wiki/legalManuals Now I need to ...
1
vote
1answer
76 views

Bad cursor position in SharePoint 2013 Note Board (FireFox)

I'm trying to post a note in SharePoint 2013 Note Board (using FireFox 19 version), the mouse cursor goes out of the text input area. Screenshot: http://www.rodyk.lt/images/2013/04/10/cursordSbh3.png ...
0
votes
0answers
32 views

Page Layout problem with using Variations

I have a site with 2 variations: English Arabic I have created master page and page layout for English. Everything's fine. I thought I would have to create master page and page layout for Arabic ...
1
vote
1answer
49 views

SharePoint 2013 Document Management

Does SharePoint 2013 have an OOTB function that removes documents from a specific library based on the time those documents have been stored in this library? Like if i have a document library, this ...
0
votes
1answer
70 views

How to calculate the Value of sharepoint list field in the Date field column?

The first 6 digits would come from the current day’s date – the last 3 digits would start at 001 and increment throughout that day. So if the date is 04/11/13 the first value of the list should be ...
2
votes
0answers
53 views

Import-Spweb is changing the user id if the user does not exist in the organisation anymore

We had to restore a list (which has versionsing enabled) in our PROD enviornment SP 2010 August CU 2012. We used the following command metioned below: Import-SPWeb http://example.com/projects/myList ...
0
votes
0answers
19 views

Delete attachment using checkboxes

i have a repeater that has hyperlinks and checkboxes i am trying to delete from database and also from sharepoint list attachment the attachment that checked in the repeater. var db = new ...
0
votes
1answer
28 views

“Home” link not visible on English and Arabic website

I have created a site with two variations: English Arabic I created several pages in English such as Page1, Page2 etc. All pages are visible on the navigation except the Home page. I have set the ...
2
votes
2answers
66 views

Feeding a new item to index instantly in SharePoint 2013

I have crawled and indexed some documents using SharePoint 2013 Search.I would like to feed index instantly when a new document is created. How can i feed document index instantly using SharePoint ...
0
votes
1answer
41 views

SHarepoint Search 2010 - XSL Code Customization

I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code: img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
0
votes
1answer
126 views

Sharepoint 2013 Restrict user to access _layout pages

I have created site in SharePoint 2010 and SharePoint 2013. I want to restrict login user to access _layouts pages like view all site content etc.. In SharePoint 2010 I have activated view form pages ...
0
votes
1answer
175 views

Enterprise wiki site collection Users privileges in sharepoint 2013

I have created a collaboration site collection which contain an enterprise wiki, and now my register users are being able to add, edit, delete and read wikis in a very reliable and efficient way. But ...
0
votes
3answers
39 views

Site Page Logo will not update from default

I have been working on a page and I had set it up to inherit from the parent, however when the page displays in the browser you can quickly view the new logo then the page reverts to the SharePoint ...
0
votes
1answer
51 views

How to use dynamic or relative path in SPList object?

I am using the following code to read a picture library: SPList list = SPContext.Current.Web.GetList("http://win-12/sites/mysite/ImageLibrary") Problem is, in above code "win-12" is my machine name ...
-1
votes
1answer
24 views

How to access Literal conrol from Visual Web Part code file

I have added a literal control in my visual web part VisualWebPart1.ascx file as follows: <asp:Literal id="slider"></asp:Literal> I am trying to access it in VisualWebPart1.ascx.cs file ...
0
votes
0answers
19 views

Can only click on one attachment at time not multiple ones

For uploading to List I am using the Upload Button. First I have uploaded a word document the first image, when I click it I can open the document, after that I upload a second document a pdf ...
0
votes
0answers
22 views

add “Control” class as Delegate Control in SharePoint 2010

i am trying to add below class as delegate control in SharePoint 2010 public partial class ViewSelectorAddPoint : Control { private void Internal_OnInit(EventArgs eventArgs_0) { ...
0
votes
1answer
19 views

DirectoryNotFoundException when trying to read Picture Library using Linq

I am trying to read a picture library named "ImageLibrary" as follows: SPList list = web.GetList("ImageLibrary"); But I am getting following error: DirectoryNotFoundException How do I read ...
1
vote
2answers
50 views

Mobile + SharePoint 2013 = Possible?

In SharePoint 2013, is there a framework between SharePoint + Windows Mobil 8 and android in order to faciliate the integration?
0
votes
1answer
72 views

passing the value from ItemDeleting to Itemdeleted event in Event receiver

I have two libraries and I would like to achieve the following functionality by using event receiver: When I delete itemA in Library1, I would like to update another item, ItemZ in library2. That ...
0
votes
1answer
31 views

How to display “English” link on Arabic website and “Arabic” link on English website

I want to display link "Arabic" on my English site so user can click on it to view "Arabic" version. I want to do similar thing on my Arabic site where it will display link "English". How do I do ...
0
votes
1answer
33 views

How to display customized navigation on website?

I have a publishing site with two languages: English Arabic These sites have the following pages: English - Home - About Us Arabic - منزل - حول بنا I want to display navigation on top ...
0
votes
1answer
23 views

How to display navigation in publishing site?

I have a publishing site with multi language support. The site uses its own main menu (navigation) with custom CSS. It is currently displaying static text like Home, About Us, Contact Us e.t.c. I want ...
1
vote
1answer
366 views

How to add web part in page layout?

Ok I created my first master page and now I am working on page layout. I created a new "Publishing Content Type" page layout in SharePoint Designer whose content type was "Page". In that page I want ...
0
votes
0answers
40 views

Managing security and privileges for my Wiki library

I am somehow new to SharePoint. I have created a Wiki Library inside my team site, and it seems that it will give me all the features I need Out-Of-Box such as content editing, rich text editing, ...
0
votes
0answers
20 views

Fileupload to List and DataBase display attachment in Repeater

I have created a Fileupload that save a attachment to a list , and also to a database Now i am trying to display the attachment in a repeater from the database I get it to work to when pressing upload ...
0
votes
4answers
275 views

How to use relative URL for image in Master Page?

I am using a logo in my Master Page which will be displayed on all pages. How do I use its relative URL? Currently it is written as: <img src="/sites/Style Library/Images/logo.jpg"> But it is ...
0
votes
1answer
18 views

Fileupload cannot find file

When I click on upload button it says that my fileupload does not contain a file. Why that? Did I miss something in my code? //Add profilepic to SP list SPList ...
0
votes
0answers
18 views

Total displays error in Scopes Properties and Rules page after creating a scope using powershell

I am using the code below to create a scope. The scope is created but when I enter a rule via UI or via code the "Total" displays the word "error". Anyone knows why it is displaying error? ...
0
votes
1answer
24 views

Anonymous access problem on multi-lingual website

I created a new publishing site with anonymous access enabled and it was working fine. Then I made it multi lingual by making English and Arabic versions. You know by going to "Language Settings" and ...
0
votes
1answer
36 views

New page missing from Arabic website (available in English site)

I have a multi language site as follows: English (default) Arabic I can open home page of both sites. Then I create a new page "test.aspx" from the Page library. This page is available on English ...
0
votes
0answers
176 views

Programmatically bind list item attachments to SharePoint “Attachment” control in Custom Visual Web Part SharePoint 2010

I followed the following link to use SharePoint “Add Attachment” control to add attachments to list item from a custom visual web part. The attachments are getting saved correctly. ...
0
votes
1answer
18 views

How to get Versionhistory popup on clicking menuitemtemplate

I have following lines of code for menuitemtemplate: MenuTemplate menuTemplate = new MenuTemplate(); menuItem = new MenuItemTemplate("Version History","/_layouts/images/versions.gif"); ...
0
votes
0answers
17 views

CustomAction Javascript is not executed on Publishing page

hi i have the following problem. I try to add a custom action(code below) to a publishing page it adds but if i click the button the javascript in the handler is not executed does anybody know the ...
0
votes
1answer
31 views

Adding a DateTime object to a List

I'm quite nice to Sharepoint so pardon my lack of knowledge. In my web part design, I am using this to obtain date and time from the user: <SharePoint:DateTimeControl ID="interviewSlot" ...
0
votes
0answers
14 views

Site Admin account updated within UserProfile database

On occasion we have found that when we have issues with the database during backup time that on the restore the Site Administration account gets created anew and the previous one is deleted. Within ...
0
votes
1answer
134 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 ...
3
votes
1answer
154 views

SharePoint Wiki Versus SharePoint Blog for building a knowledge base library for our company

I am new to SharePoint and after reading about the available features inside SharePoint 2013 I have decided to either:- Build a Wiki Site using the Wiki Page Library OR to use the Collaboration -> ...
1
vote
1answer
27 views

what is delete command for sharepoint menuitemtemplate

MenuTemplate menuTemplate = new MenuTemplate(); menuItem = new MenuItemTemplate("Delete document", "/_layouts/images/delete.gif"); menuItem.ClientOnClickScript = ""; // What should I put ...
0
votes
0answers
18 views

Dynamic enlarged Font size in Sharepoint 2013

How can we make User profile based Font in SharePoint” OR “How can we make dynamic enlarged text?
0
votes
1answer
61 views

Can an InfoPath 2010 form be built from an existing content type

I have several custom content types defined in a site collection defined as a hub. These content types have been published and I have some other sites that use these content types. I would like to ...
0
votes
1answer
25 views

SharePoint ULS log category -ILDS

In SharePoint ULS logs I come across OWSTIME.EXE records few activities under category ILDS. What could be this actually referring to?
0
votes
0answers
27 views

Is it possible to intigrate between building a WikiSite & using workflow

After carefully reading the available templates in SharePoint 2013 i have settled on using the enterprise wiki template to implement a full knowledge library for my company. But as our wiki might ...
0
votes
1answer
25 views

CAML : Cannot complete this action

It seems my following query is failing and throwing "Cannot complete this action".However when I test this query in CAML Query builder it's working fine. <Where> <And> ...
0
votes
0answers
20 views

cascading user profile properties

I am having 3 properties in user profile (Department/Division/Director). These are configured to use term store. i want to have cascading behaviour for these 3 fields. Ex- Terms that can be selected ...

1 4 5 6 7 8 36