3
votes
0answers
16 views

How to publish blog posts on behalf of another user in SharePoint 2010?

I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
0answers
13 views

show outlook calendar

For SharePoint 2010 intranet project want to show outlook calendar. But OOB calendar web part ask for login details each time it is accessed. What is the way to overcome/avoid login each time in the ...
0
votes
1answer
28 views

How to show organization chart in SharePoint 2010

How to show organization chart for a company in intranet portal without using any third party web part? what is the simplest way to show data correctly?
1
vote
3answers
98 views

Where to expose the data within a web part via a web service

List data can be exposed via a web service but how can web parts be also exposed via a web service ? I think this question is similar to ...
0
votes
1answer
27 views

How to utilize sharepoint 2010 pdf searching programatically?

I am making a SharePoint 2010 web part that basically manages a document library of PDF documents. One component that I am working on is searching through PDF documents. I tried a custom PDF dll ...
0
votes
2answers
32 views

Help embedding asp.net page in a Sharepoint Web Part

First off, I do not have access to designer, so I'm attempting this through my SharePoint site's on-page edit tools. I realize that this may not be possible, but I'll ask the question anyway. :) I ...
0
votes
0answers
14 views

SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps [duplicate]

I am new to SharePoint 2013. I have developed an app using vs 2012. When I try to deploy the app, then I am getting the below error. Error : Sorry, apps are turned off. If you know who runs the ...
4
votes
2answers
88 views

Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?

I am new to SharePoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edition to create app and web parts for SharePoint 2013? Can ...
0
votes
1answer
18 views

WSPBuilder for vs 2012

I am new to SharePoint 2013. I am using trial version vs 2012. I want to use the WSPBuilder to develop the web parts. I have install the WSPBuilder and it is not showing in vs 2012. I have used the ...
0
votes
1answer
37 views

Could not load file or assembly 'Microsoft.SharePoint, …' or one of its dependencies. The system cannot find the file specified

I am new to SharePoint 2013. I am using SharePoint server 2013 installed on one server and vs 2010 on my local PC. I have install the "WSPBuilder" to develop the web-parts on my local PC. I have ...
1
vote
0answers
26 views

Can't edit site page without loosing all content

I have a major issue with my landing page. Everytime I try to edit the page, I loose all the content, everything gets wiped out once I hit save and I've had to redo this page about 6 times now. I ...
1
vote
2answers
58 views

SharePoint 2013 - WSPBuilder web-parts error

I am new to SharePoint. I have SharePoint 2013 server installed on one server and vs 2010 on another pc. I am using WSPBuilder (SharePoint WSP tool) to create web parts. I have installed the ...
0
votes
2answers
35 views

SharePoint 2013 - Error while creating the web parts in vs 2010

I am new to SharePoint 2013. I have SharePoint server 2013 install on server and vs 2010 present in other PC. I have developed a test visual web parts using vs 2010 on my local PC. The visual web part ...
1
vote
1answer
36 views

SharePoint 2013 - “Package failed” error while creating the web parts in vs 2010

I am using SharePoint 2013 server and vs 2010. My SharePoint server present in different server and vs 2010 is another PC. I have created test web part using vs 2010 and build successfully. When I ...
0
votes
1answer
104 views

RegAsm : error RA0000 : Could not load file or assembly or one of its dependencies. The system cannot find the file specified

I am new to sharepoint. I try to add the Microsoft.SharePoint.dll to GAC. For that one I have used below code Code : `c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319> Regasm.exe ...
0
votes
1answer
87 views

How to read custom column of List in web part using Linq

I have a list with column "English Desc". How do I read it in my web part? I can see that in web part, this item has other properties such as item.ID, item.Name, item.Url but this property/column is ...
0
votes
1answer
32 views

Understanding SPMetal and Linq

If I generate .cs file using SPMetal for my site and then use it in Visual Studio to develop web part using Linq. And later on I create a new list in my site, will I need to generate .cs file again?
2
votes
0answers
30 views

How to change the text of “Add new event” in Calender web part?

I have tried all the methods suggested online. But none seems to work. I tried the following, <script> document.all("Add new document").innerHTML="Add ur new text"; </script> and ...
1
vote
1answer
74 views

How to show save and control button in Sharepoint forms without having users to scroll down to bottom

In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom. How can I make all the controls visible at the same time without ...
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 ...
0
votes
1answer
47 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
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 ...
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 ...
1
vote
1answer
314 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
1answer
30 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
1answer
39 views

How to enable scrolling in Custom Query Web Part as well as library web parts?

I am using several custom query web parts in the front page of the SharePoint site to show data from a sub-site. They are document libraries and blog posts. How can I enable paging or scrolling for ...
1
vote
1answer
68 views

Error Rendering Control: Object reference not set to an instance of an object

I am exploring on trying to create a custom webpart and I am encountering this error: In my source, I have a table in which a cell will contain SharePoint:DateTimeControl. However it will ...
1
vote
1answer
35 views

Web Chart Axises or Reporting Solution

I have a library of items I would like to report on dynamically. For the sake of this exercise, I would like to show 2 items from the list: The region in which the list item exists The status of the ...
0
votes
0answers
28 views

Tracking video viewing in website analytics

Let's say I have a page which has web part that takes URL from Youtube and show video. I want to see how many times this video has been viewed in Site Collection Web Analytics Report. Is this ...
0
votes
0answers
77 views

“Actions” menu hidden in Report Viewer web part?

The Actions menu which allows for export to excel, pdf and other functions is hidden in all of my report viewer web parts. I did try to browse to the web part galleries to see if I can set it up ...
0
votes
1answer
18 views

How to enable menu tool bar in web par?

One of my web parts looks like the following But my other web parts doesn't have a tool bar like the one above. How can I enable that tool bar with New, Upload, Actions and Settings options?
0
votes
2answers
73 views

Can we integrate the office Communicator in Sharepoint

Would you please help me if can we integrate the office communicator in sharepoint 2010 as live chat ?? or any link buttonn to open the office communicator user windows chatting ?? Regards,
1
vote
2answers
166 views

RSS Viewer Customization

Would you please help me in the below two issues: First, How i can open the article feeds in a new tab... When we click on the "More..." Button since it's open on the same tab (How i can add the ...
0
votes
2answers
522 views

OOB Search core result webpart

This might be very simple, but since I am new to Sharepoint, I could not find enough information that helped me to understand how to implement OOB Search core result webpart. What I understand is, ...
1
vote
0answers
69 views

Change month in SharePoint MonthlyCalendarView control

How to change month in SharePoint MonthlyCalendarView Control? It seems, there is no way to change month in calendar or change view of calendar.
2
votes
0answers
46 views

Can I access excel file from a remote sharepoint server in my Excel Web Access web part?

We are developing an organization level dashboard in which we are using Excel Web Access web part to display part of or entire excel workbooks containing charts. Problem is, the corresponding actual ...
1
vote
0answers
154 views

cann't add web part to PublishingWebControls:RichHtmlField

I have created a Page Layout based on a custom Content type which inherits from Page Content Type. It contains four Custom Fields and a PublishingWebControls:RichHtmlField for each field. When I try ...
2
votes
1answer
59 views

can User profile synchronization be started from a web service?

I'm trying to kick off the user profile syc using a web service. Here is what i've tried : [WebMethod] public string runUserProfileService() { var message = ""; ...
0
votes
2answers
59 views

Sharepoint Page is not saving

I created a new webapart and add to a page after adding i was unable to save the page from editing mode but If i remove my webpart and try to save its saving. Not sure what is the error can any one ...
0
votes
1answer
259 views

Access Active Directory Objects in SharePoint 2013 using c#

I am trying to create a web-part which access the objects of active directory like "Users" "OU" etc. how can i access active directory to use this objects using c# code ?, i developing this web-part ...
0
votes
1answer
42 views

Using a data binding expression in a css style

This may not be possible but thought i would ask. Creating a Sharepoint webpart. In the ascx file i have a style tag. Is there any way that i could do the following: <style ...
0
votes
0answers
35 views

Web part Gallery does not show up after customizing Master Page

I have created a master page by changing seatle.master , I have added new div:s and changed almost whole layout by replacing placeholders in my own divs. now When I go to edit page --> insert web ...
0
votes
0answers
105 views

Sharepoint 2010 advanced search stores previous parameter

as the title says I have a problem with sharepoint 2010 advanced search web part. When I enter a search parameter in the advanced search page it remains in memory somehow. So basically, if I write ...
2
votes
1answer
83 views

sharepoint 2010 webpart obfuscation

i am trying to obfuscate my custom web part. first i created my web part using visual studio 2010. i build the web part it build the web part as .dll in bin folder. i obfuscated the .dll with ...
1
vote
2answers
46 views

Duplicate response

I got a hyperlink column in my list. Then i got a search to the list and when it shows the answer in a textbox i get duplicate. Lets say, i'm saving http://www.google.se to the list, but when i get ...
1
vote
0answers
59 views

Sharepoint Webaprt

How to call sharepoint webpart usercontrol method in AJAX $.ajax({ type: "POST", url: "FundUserRegister2.asmx\validateEmail", data: "{'strMailID': '" ...
1
vote
0answers
33 views

SharePoint 2010 Connectable webparts

I wanted to create a custom webpart with acts as both consumer and provider. So I want my custom webpart to act as a bridge between two OOB sharepoint webparts. WP1 -> WP2 -> WP3 I want to get the ...
0
votes
1answer
202 views

Sharepoint webpart Jquery

I am trying display confirm dialog box after submit and do the rest of the process i am using following code but i click confirm nothing is happening. button : <asp:linkbutton id="btnSubmit" ...
-1
votes
1answer
82 views

shrarepoint webpart adding a method in ascx

I need to add a method in ascx which has some parameters and one of parameter is ResolveUrl(Eval("PageAbsoluteURL").ToString()) when i am trying its throwing me error i am attaching the code here ...

1 2 3