Web parts are ASP.NET controls that can be added to web part zones.
0
votes
0answers
53 views
How can I manipulate sharepoint ajax calls into the pipe line?
I built a SP server code that , (I don't know why) make some trouble into the client side code.
When the page is loaded for the first time, I notice that every single item in the page, they are not ...
0
votes
1answer
177 views
visual basic in sharepoint 2010
I am new to SharePoint.
My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.
I installed visual ...
0
votes
0answers
234 views
XML Viewer Web part: filter/setting/javascript/jquery to dynamically point to xml file
perhaps this is a silly question, but is there a way to use a filter, or some script, or a setting or something like that, in SP2010 to allow a user to select various xml documents from a library and ...
0
votes
1answer
33 views
Smart MySites(My Sites) 2010 Design for Page Real Estate
Some Qustions about SP 2010 My Sites. We have a potential 20,000+ user farm. There are some very big groups that are interested in My Sites. These groups want to promote things on user mysites and ...
0
votes
1answer
27 views
Content Query Crazy behavior
I have a custom webpart that works like a carrousel, just showing images... im having problems because when the site is acessed via https the images just dont show...
the images are not hardcoded, ...
0
votes
1answer
139 views
How can I add a webpart to a page automatically when page is created?
I have a number of visual webparts and I'm looking to add these automatically to a page whenever that page gets created.
Is it best to add this to the page layout in a webpartzone?
I have tried ...
0
votes
1answer
64 views
TelerikRADEditor web part error
I have migrated from SP 2007 to SP 2010 and have some error webparts with content I need to keep. I would like to move the content into a OOTB Content Editor Web Part as a part of my SharePoint 2007 - ...
0
votes
1answer
46 views
Including dependent dlls in web part
I have a C# dll that is a wrapped C++ dll which has multiple dependencies. I have tested the new C# dll in a project and the dll works properly. I now need to use the C# dll in a custom web part. I ...
0
votes
1answer
62 views
Change Language in ModalDialog without reload
I´ve got the following issue:
I want to change the Language of a .aspx Page, the NewForm.aspx. Therefor I created a WebPart which was added to the NewForm.
<div>
<a href="" ...
0
votes
0answers
39 views
Remove E-mail headers from Announcements List SharePoint 2010
The following picture is an e-mail sent by SharePoint announcement, I didn't set this up, but I am trying to remove the "E-mail Headers" section from being sent in the e-mail.
Looking online it ...
0
votes
0answers
92 views
Forbidden 403 to /_vit_bin/Lists.asmx via ssl vpn
As stated in the Title while using a ssl vpn our intranet displays fine but firebug shows the following messages:
POST https://portal.sitename.com/_vti_bin/Lists.asmx 403 Forbidden
POST ...
0
votes
0answers
70 views
Update WebPart MenuItem/Verb from Client Side
Here is the scenario - I have a custom webpart where I added one custom menuitem with client side handler, now my requirement is when I click on the menuitem some text should be shown, for example ...
0
votes
0answers
95 views
Sharepoint 2007 Image gallery web part issue
I'm having an issue where I'm adding a image gallery web part and it's not displaying the left and right arrows that allow the user to navigate through the gallery. Instead they all appear stacked on ...
0
votes
0answers
56 views
SharePoint OOTB Search Web Part Needs Tweaking
I have a SharePoint search web part on my page. I was under the understanding that security trimming is automatically incorporated into the query in but all users can see certain pending documents.
...
0
votes
0answers
11 views
Sharepoint Web Part - Send row of data to another web part to set default value in an inline edited field [duplicate]
Possible Duplicate:
Sharepoint Web Part - Send row of data to another web part to set default value in an inline edited field
Introduction
We have one sharepoint 2010 site which houses two ...
0
votes
1answer
251 views
WebPartAdder_ItemCannotBeAddedULS
I am unable to add a web part to a publishing page. I am seeing the following in the ULS:
File 0f4c91df-ccde-48e9-9c80-3612e95fa849 has length 889, but corresponds to ...
0
votes
0answers
69 views
How to manage “log in with different user ” event of a sharepoint Web Site
Hi I built a Http Module that change Sharepoint MasterPage based on if the user logged in is a Owner/adminstrator.
It Works good! But when I try to change the user to test the module, when a click ...
0
votes
1answer
44 views
Is there a “URL-Structure” for Users and Groups I can access via Hyperlink?
I have a Custom WebPart which gets credentials from the site into a GridView-Table. The result (user and credential) is shown as strings. I want to create a Hyperlink to the users e.g. mysite, instead ...
0
votes
1answer
165 views
Add WebPart to publishing page in Synchronous ItemAdded Event Receiver
I'm trying to add a webpart to a publishing page after the page is created, so I've created an Event Receiver, the problem is, if I make the Event Receiver Synchronous (As it should be) the code ...
0
votes
2answers
195 views
How to route To different MasterPages in sharepoint?
I 'm trying to create a HttpModule that allows to route to different MasterPage preInt event.
I' not an Expert about MasterPages. I'm trying to nderstand about MasterPages Token.
I knows there ...
0
votes
0answers
104 views
Get filter information from List View Web Part using web part connection
Hi My requirement is whenever user filters a column of list view web part, the information is captured by a custom made consumer webpart, using LVWP as provider I can see 2 provider connections - ...
0
votes
1answer
301 views
WebPart Connection : sending table sends only first page data
I have created a custom WebPart to consume connection(table) from a list view webpart, from list view webpart when i send the table to my custom consumer webpart i get all data from the list, but this ...
0
votes
1answer
36 views
COMException due to WebPart Connection while trying to Filter provider list web part
In SharePoint 2010 I see the following symptoms:
We have three lists, looking up to one another in a chain.
Sample:
Vendors [30] as root;
Projects [100], Looking up to Vendor;
Deliverables ...
0
votes
1answer
125 views
Error when adding web part to sandboxed solution
I get the following error when trying to add a web part to a sandboxed solution in visual studio.
It works fine if i add the webpart via sharepoint designer
Any ideas anyone?
[COMException: An ...
0
votes
0answers
22 views
How do you add a list to a web part?
I have a web part in visual studio. The web part will contain 3 textboxes, 1 button and 1 list display.
What control do i use to display the custom list on the web part?
0
votes
1answer
201 views
Unexpected error on Documen Libraries after enabling document conversion
Configured the Document Conversions services in Central Admin.
Enabled document conversion on the "Document" content type from the site collection settings.
Now when I try to open ANY document ...
0
votes
1answer
476 views
How to add programmatically Sharepoint List Filter Wep Part?
I try to add Sharepoint List Filter Web Part to page.
I'm not sure if it is Microsoft.SharePoint.Portal.WebControls.SpListFilterWebPart. How to add it to the page and configure?
Update
...
0
votes
0answers
35 views
Non-responsive Save button after drag and drop of webpart
This is a strange one... MOSS Enterprise publishing site, no customization of any kind and suddenly in both IE8 and IE9 I can no longer drag and drop web parts on any web part page. If I drag and drop ...
0
votes
1answer
122 views
WebPart Does Not show up in Gallery
As a noob taking a training class, I have created a very simple sandbox solution in VS2010 with the VS2010 SP Power tools. The solution has one webpart with one button. It deploys to my site, the ...
0
votes
1answer
70 views
Cant find mediaplayer.js
I am trying to deploy a silverlight webpart solution to my sharepoint foundation site to play videos from assets library and its based on mediaplayer.js but in layouts folder i cant seem to find that ...
0
votes
0answers
51 views
Add entire DashboardDesigner dashboard to one webpart on another page
I have a page of webparts. Actually it's a PerformancePoint dashboard created using Dashboard Designer, which when deployed to SharePoint creates a webpart for each scorecard on the report.
How can ...
0
votes
1answer
255 views
In sharepoint 15, How do I use the person field in a custom web part?
Sharepoint 2013 gives a pop up when the cursor is kept on top of a users name ( the pop up allows to connect to email, lync, etc)
I need to add that field in my custom webpart... Is there any way ?
0
votes
1answer
41 views
ListView WebPart
Is there any option to display sharepoint list which is in one domian on the sharepoint site which is on other domain? I'm not interested in solution which use iframe.
0
votes
0answers
28 views
Progrmatically Change the Request Access
We have implemneted a bulk site creation tool and in that i am wondering how can we set access request progrmatically for the whole site collection . i know that we can set the request access for ...
0
votes
0answers
13 views
display items from Sunday
I have a list that has a datestamp column. This gets updated by a workflow.
I want to be able to display all items from nthe list where datestamp is between Sunday gone and today
So if today is ...
0
votes
0answers
16 views
Multiple WebPartManagers
Hopefully a fairly simple question, can I define multiple WebPartManagers for a site? I know they're defined in a master page and would like to add an additional one with some custom connection logic. ...
0
votes
1answer
110 views
response.write acts differently on two differents pages - same web part
I wonder if there is someone who can help me on this quest! :)
here is my code:
<div id="container">
<div class="images">
<ul>
<% for (int i = 0; i < ...
0
votes
0answers
92 views
Editorpart selected list item is not persisted
I have a small issue with editor part, i cannot persist the selected item, here is the code:
EditorPart:
protected override void CreateChildControls()
{
base.CreateChildControls();
...
0
votes
1answer
177 views
How to hide webpart header name [duplicate]
I have a list named as "Search". When i add a new item web part header as "Search - New Item". On edit item header as "Search-title". How to remove the header for all forms (Add new item/ edit item / ...
0
votes
0answers
57 views
Note board web part
My question ..if user enter the comments enter on noteboard partner site are not replicated to her my site?
Is it possible ?
0
votes
2answers
113 views
Sharepoint URL strange behavior
i have 2 SP 2010 enviroments (Dev and prd)... in a certain webpart i get the value of "param1" in the query string, like: string param1String = Request.QueryString["param1"]
if i pass this url: ...
0
votes
0answers
133 views
Visio Web Access web part connection order
I have a Visio Web Access webpart that is currently connected to 3 different query filter webparts. Here is what the query filter webparts are doing
#1 - This is passing in the page name to the ...
0
votes
1answer
62 views
Web Part Page to select from list and display edit form
Using MOSS 2007, I'm trying to create a web part page that displays a filtered list of records on one column, and a connected single record edit view on another. I'd like to be able to select a radial ...
0
votes
1answer
22 views
Local setup Vs live setup when developing web parts
I'm developing lots of web parts and of course i'm doing this all locally then uploading to the live online SP2010.
I'm needing to write a lot of extra code to accommodate the file paths of images ...
0
votes
1answer
430 views
Sandboxed code execution request failed in Web Part with no Exception thrown
So I'm working on a web part for a client of mine targeting SharePoint Online, and I've run into a brick wall that I've been banging my head against for the last few hours. The web part executes a ...
0
votes
1answer
174 views
SharePoint Silverlight Document Viewer Webpart?
SharePoint Silverlight Word Document Viewer Webpart?
Please help me as I need it in my project urgently.
Thanks
0
votes
0answers
102 views
Any way to speed up Excel Web Viewer Web Part?
Is there any way to speed up the loading time of a spreadsheet in SharePoint 2007? I noticed that especially in IE it can take up to 10 seconds or longer but often in Chrome/Firefox it loads within 1 ...
0
votes
1answer
342 views
Drag-Drop Web Parts
I try to make web parts move independently between columns. I have the drag-drop code with list items and I want to do drag-drop thing with the web parts. Here is an example web site: ...
0
votes
2answers
1k views
Sandboxed code execution request failed error
I have developed a webpart, deployed to local tested successfully. I've then added the WSP to my live environment (SP 2010 Online) but when I try to add in my webpart to a page i get the following pop ...
0
votes
3answers
1k views
Display a List View dynamically in sharepoint custom web part
I want to have an interface where in there are few buttons and on click of every button i want to display a Custom List View.
Firstly is it possible to programmatically display a list view in a ...
