A Web Part, also called a Web Widget, is an ASP.NET server control which is added to a Web Part Zone on Web Part Pages by users at run time. The controls enable end users to modify the content, appearance, and behavior of Web pages directly from a browser. It can be put into certain places in a web ...
0
votes
0answers
6 views
SharePoint-specific WebPart-class (instead of System.Web.UI)
I just recently started using SharePoint 2013. I created the project using the built-in tools (Office Developer add-ons) as a SharePoint project.
I am porting a SharePoint 2010 project with a few ...
0
votes
1answer
17 views
I want to make the asp.net MVC page configurable, any ideas?
guys, I was applied a big task is about to make the MVC page configurable.
It means:
It just like the webpart in webform.
1.We can config the partial view in the view,make the partial view enable or ...
0
votes
2answers
15 views
Linkbutton opens a modalpopup but the popup its immediately closed
I am creating a webpart with an asp linkbutton which needs to open a configurable page in the modal popup.
The modal popup is opened, but its closed immediately.
I put href # but its not working.
If ...
0
votes
1answer
64 views
List view webpart JS Link is not working - Sharepoint 2013
I am trying to render the UI of list view webpart using JS Link option in SharePoint 2013. I uploaded the colorcode_items_script.JS file to masterpagegallary as 'JavaScript Display Template' content ...
0
votes
0answers
83 views
Sharepoint 2013 - Step by Step App/WebPart combined with Workflow and WebService in the backend
I want to develop a Sharepoint-based application (App or Webpart) that is able to use multiple steps as frontend for a workflow with a webservice in the backend.
In detail I would like to be able to ...
1
vote
0answers
18 views
How To Run Exe From SharePoint 13 [duplicate]
I Want to Execute 3rd Party Exe From SharePoint 13
I have written following function in javascript
function launchApp()
{
appPath ="C:\\Windows\\system32\\sample.exe";
WSH = new ...
0
votes
0answers
51 views
DataView WebPart Filter based on javascript function
I have a list contains two fields, Title and WeekNumber, the list is 52 item, each item presents a week in a year.
I want to create web part that display title of the item has WeekNumber = current ...
0
votes
0answers
77 views
SharePoint 2013 Documents webpart displaying all files from specific Document Library
I’ve created new Site Collection inside of my PWA, named: Test Site Collection (url: XXX/sites/test-site-collection/).
Later, I’ve added new Document Library from Site Contents of this Site ...
0
votes
1answer
147 views
Using the razor engine in SharePoint 2013 Visual Web Part
I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0
I'm ...
0
votes
4answers
64 views
asp.net onclick event not fired
I'm facing a weird problem with my asp.net buttons.
All was fine, I was coding a webpart with some ajax panels and buttons, and it was just so near to be finished when a wild error appeared. All my ...
0
votes
0answers
50 views
The following tools were successfully added to the toolbox but are not enabled in the active designer
I like it when I google an error message that I get the same error message as a question. In this case I didn't get any for this error message.
Why am I getting this error?
I'm Using this method to ...
0
votes
1answer
41 views
Slow loading SharePoint WebPart to run separately and progressively independent of initial page load
We have a webpart for a SharePoint project that gathers active directory information and takes a good amount of time to load, and drastically slows down load time on pages.
I'm not sure if i can ...
0
votes
1answer
34 views
Custom Web property to refresh a webpart for 60 secs
I have a visual web part where in i want to refresh this webpart for every 60 secs. Can any one give me an example of building a custom webpart property . This should be similar like OOB Webpart AJAx ...
0
votes
0answers
52 views
jQuery .overlay will not work in Sharepoint web part
I am having an issue with a simple jQuery .overlay function not working properly when added inside of a Sharepoint 2010 web part. The following code works perfectly inside of a normal page in ...
0
votes
1answer
36 views
Export charts web part to pdf
I have to do reporting in my SharePoint project.I have in my page multiple charts web part. I want to add button under each web part which export the chart web part to pdf. Is it possible to do? How ...
0
votes
1answer
53 views
How to edit this XSLT in SharePoint
I have a web part that when I create a page for a restaurant , it will show in a web part. If I do not create any page, the web part is empty.
My question is how to edit this XSLT. If I do not ...
0
votes
0answers
27 views
How to get WebPartManager for a Page from App?
I'm trying to get a webPart manager for the page, where my App was added. How can I get the current page server relative Url?
using (var clientContext = new ClientContext(SPHostUrl))
{
var ...
0
votes
1answer
184 views
SharePoint 2013 - Sorry, apps are turned off. If you know who runs the server, tell them to enable apps
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 ...
0
votes
0answers
114 views
SharePoint 2013: Connecting Document Set Content webpart to Document Set webpart [closed]
Is there a possibility to somehow connect the following webparts:
Document Set,
Document Set Content
in order to be able to display the content of selected Document Set in Document Set Content ...
0
votes
0answers
39 views
How to send CAML queries to sharepoint search results service?
I actually want to send caml request to the sharepoint 2013 search result service to get back the most popular contributions (all the documents that have the most likes). When i get this I need to ...
0
votes
0answers
71 views
application page with webpart in a sandbox solution
I am trying to add an application page in a sandboxed solution that contains a web part. The application page is added to the pages library using a feature. I have now added a web part here. The same ...
-2
votes
0answers
89 views
SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013” [closed]
I am new to SharePoint 2013. I am using SharePoint 2013 server and vs 2010. The SharePoint Server 2013 and vs 2010 is present on different PC's. I have created a new "Hello" visual web-part in vs 2010 ...
-2
votes
0answers
117 views
Response.Redirect() is not working in SharePoint 2013 Client Web Part
I'm trying to use Response.Redirect() in SharePoint 2013 Client Web Part, but it doesn't work. How can I redirect user inside a Client Web Part frame to a different site?
0
votes
2answers
79 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
99 views
SharePoint 2013 - Error “init.js failed to load”
I am new to SharePoint 2013 server and SharePoint designer 2013. When I browse SharePoint site in IE, I am getting the below error.
"init.js failed to load"
But when I browse SharePoint site in ...
0
votes
0answers
63 views
Could not load file or assembly 'Microsoft.SharePoint, …' or one of its dependencies. The system cannot find the file specified [closed]
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 ...
0
votes
0answers
96 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
0answers
27 views
Cannot add any webpart
When I add a webpart to a page, it gives this error:
[COMException (0x80030102): Attempt to use an object that no longer exists。 (异常来自 HRESULT:0x80030102 (STG_E_REVERTED))]
...
5
votes
1answer
313 views
How to auto login owa web part in sharepoint 2010
I am working on something like this sync e-mail outlook2010 and sharepoint2010 I am looking for a way to log in outlook web parts in sharepoint 2010 automatically using logged in sharepoint user is it ...
1
vote
3answers
316 views
SharePoint server is not installed on this computer
I am new to SharePoint and I am using SharePoint 2013. I have installed the SharePoint server 2013 on one server and I want to create web parts from vs 2010. But my vs 2010 is present on different pc ...
3
votes
2answers
113 views
Sharepoint connect to another SQL server?
Here is the task I'm checking:
1) have a product database, which is managed by another application (it has no relation with sharepoint).
2) now, my boss want to have an application within the ...
-2
votes
1answer
156 views
Showing sharepoint web part in windows 8 app [closed]
I want to show SharePoint web part on windows 8 app . how can I do that ?
0
votes
0answers
49 views
How to edit crm entity from sharepoint
I need to be able to update a CRM Online 2011 entity from a SharePoint 2013 web part. I was using the content editor webpart with JavaScript, to update a SharePoint list, but because JavaScript is ...
0
votes
1answer
398 views
SharePoint 2013 Query for specific content type
I am trying to get the Search Content Web Part to display an aggregation of announcements from various announcement lists in a site collection.
I created the announcement lists using the "add an ...
0
votes
0answers
25 views
The user instance login flag is not supported on this version of SQL Server
I'm trying to create webparts in asp.net, but when I run the code, it gives:
The user instance login flag is not supported on this version of SQL
Server
My code is very simple :
<%@ ...
0
votes
0answers
49 views
Modify SharePoint 2007 recurring meeting workspace tasks webpart?
I am trying to modify the tasks webpart that will capture the tasks assigned to everyone in my team. I want it to populate the 5 team member's names so that every week the manager just needs to add ...
0
votes
1answer
184 views
AJAX Cursor - Sharepoint Visual Webpart
Am creating a custom SharePoint 2010 webpart.
I am new to AJAX so please help me on this.
Can anyone give me a step by step procedure to do the following:
On button Click:
disable the button
...
0
votes
0answers
153 views
Adding Fields to Sharepoint Organization Browser webpart
There is a webpart available in Sharepoint 2010 that lets you view an org chart of users related by the AD manager field. OOB it displays their names, job titles and the content of the 'about me' ...
0
votes
0answers
16 views
ASP.NET Closed Webparts keep on executing
We are using ASP.NET Wepart framework features. We have few webparts on Page. We have provided ability to close the webparts. The problem is once the webpart is closed they still execute their control ...
1
vote
1answer
96 views
Cannot load library into assembly (GAC)
I am using visual studio 2010 on windows server 2010 with Sharepoint 2010 server. I am deploying webparts to a Sharepoint instance running on the same server.
My new webpart makes use of a custom ...
1
vote
0answers
161 views
SharePoint:DateTimeControl, 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.
<asp:Table ...
0
votes
1answer
33 views
Sandbox something like privileges problems and SPGroup.Users
SPSecurity.RunWithElevatedPrivileges is not avaible for sandbox, and this make me some problems.
SPGroupCollection _collGroups = _web.Groups;
foreach (SPGroup _Group in _collGroups)
{
foreach ...
0
votes
0answers
107 views
WebPart with custom EditorPart does not save Data
right now i am in need to write a Webpart which uses a custom EditorPart. For that i have created a Simple WebPart which hold a Generic List with string's in it. Everytime I click the button b1 in the ...
1
vote
1answer
118 views
Integerating sharepoint 2010 with yammer
i am currently developing a share point site with yammer web part and when i try to do it.I am stuck up with a issue.
what i tried ::
Siteactions->Edit page -> Insert->Webpart->Yammer apps
After ...
1
vote
1answer
133 views
advice on how to drag / drop in ASP.net
Okay so I want a simple SINGLE web page that can take a little man, and drag him to a playing field (just a background shaped liek a soccer field) , then click a "save" button and it saves the ...
0
votes
1answer
239 views
Filter a sharepoint visual web part through created by column through code
I created a visual web part and loading the list in Grid. Now when User A login it has to display only the items which are created by user A. USER B it has to display only the items that belong to ...
1
vote
1answer
218 views
Could not load file or assembly 'Microsoft.Office.Server.UserProfiles— Yammer integration in sharepoint 2010
I am integrating yammer with sharepoint,creating yammer webpart.
I have configured it in sharepoint 2010 Foundation.
When i create yammer webpart, It is showing something like
...
0
votes
0answers
101 views
Sharepoint 2010 Webpart not getting latest data from an external content type
I have an external content type that is a list of periods gotten from my database. This external list is used by a web part that sends these periods down to an SSRS report that is shown in Sharepoint ...
0
votes
2answers
91 views
Error adding webpart
I'm developing a webpart in Sharepoint 2013 using VS2012. In this webpart I'm using a custom dll that I created. The library framework is 4.0 and the visual webpart framework is 4.5.
The problem is ...
0
votes
2answers
157 views
customising announcement list in sharepoint 2010
I am trying to add a customised announcement list to the main page of my SharePoint site on this list, there will be 7 columns on the list but the challenge i'm having now is how to only display 3 ...

