Web parts are ASP.NET controls that can be added to web part zones.
3
votes
2answers
177 views
Picture Slideshow Web Part image size too small
I have a picture library of four images. Each of these is quite large. When the Picture Slideshow Web Part is configured it shows the pictures at about 50% of their actual size.
Is there a way to ...
3
votes
2answers
923 views
Connection between 2 web parts
Im embeding two webparts in my sharepoint page using page viewer. One part is UI which takes input from user and on submit it shud be passed to other web part and it should get refreshed. can anyone ...
2
votes
2answers
92 views
how to implement editor zone at a custom webpart in visual studio 2010
I created a webpart in Visual Studio 2010. I have add a button, textbox, label and in my VisualWebPart1UserControl.ascx. When you click on the button the grid will be filled with some data from an ...
1
vote
2answers
31 views
How to find where a web part has been placed
I have a task where I need to locate every page that has a particular web part on it.
It looks like I may be able to get this info from the database itself but I'm not sure how thorough this may be. ...
1
vote
2answers
53 views
Invisible web part
We have AAM configured and we have some web parts. One of the web part is visible in extranet web site. The same web part is not visible when we access from the same network. I have checked the ...
1
vote
2answers
167 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 ...
1
vote
2answers
346 views
SharePoint javascript refresh page is reloading the whole page
In a webpart, I added a button that should trigger a modal dialog, and display a message when the dialog is closed.
The dialog script is handled by this code :
function OpenGenericForm(formUrl, ...
1
vote
2answers
165 views
online product catalog
I am looking at building a online product catalog with SharePoint 2010. I have poked around but I cannot seem to find any information, at least with SP2010. Any pointers on where to start?
Many ...
1
vote
2answers
332 views
How to register a new http module n the web config
I built a http module. I copied into the GAC .
Then, I put into the WebConfig file lke this :
<httpModules>
....
<add name="MyAssembly" type="MyAssembly.Global"/>
...
1
vote
2answers
97 views
How do prevent multiple submits in a web part
I have a visual web part that has an update panel that has a button that performs an action. I want to prevent users from hitting that button more than once.
The solutions I found use javascript to ...
1
vote
2answers
281 views
Web part will not be shown on a wikipage in edit mode
I created a web-part using Telerik AJAX components. If I insert the web part in a sharepoint wiki page, the web-part is not shown. But if the wiki page is beeing saved with "save & close" the ...
0
votes
2answers
170 views
Report Viewer Web Part Alternatives in SP2013
We have a need to upgrade from SP2010+PWA to SP2013+PWA. Our database server will be SQL Server 2008 R2.
According to Technet, the SQL 2008 R2 Reporting Services add-in for SharePoint isn't ...
0
votes
2answers
46 views
Putting User Control in Web Part
I'm pretty new to SharePoint but am trying to get the hang of it. What I have been doing is creating ASP.NET web application pages and then deploying those to the SharePoint site. This works and is ...
0
votes
2answers
57 views
Filters get removed from external list when document is deleted from XsltListViewWebPart on same webpage
I have a webpage on Sharepoint 2010 that has:
1) An external list
2) A webpart that has XsltListViewWebPart referring to a document library
When a filter is applied to External list, it filters out ...
0
votes
2answers
253 views
how to hide webpart in Home.aspx based on some condition
I work in a financial company where we have Resident Engineers and they have account in Active Directory but they dont have official email addresses.
My portal acrhitecture is like everyonce can ...
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
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
2answers
98 views
Need help with jquery swapping image in Sharepoint webpart
Can anybody help me with jquery code please. I need to swap this broken image in the webpart which was hardcoded please. I need to change image in the html below.
<div class="CommentsClickto">
...
0
votes
2answers
162 views
Webpart integration in Application page
I exported the List as webpart using Sharepoint Designer for "News and Annoucements". I have created a custom login page for our web app (application page). Is it possible to integrate the webpart ...
0
votes
2answers
83 views
How to set the panel on the custom webpart without scrollbars
We have a panel in our custom webpart & its size is set as equal to the webparts size on the createchildcontrol method...however the panel is coming up with scrollbars..
how we can display the ...
0
votes
2answers
99 views
How do you access SPGridview ClientID in web part from javascript on the page
I am creating an SPGridView dynamically and adding to my page. It is encased in a web part. How do I access the ClientID of the grid from the javascript on the page?
function openCommentsDialog( ...
0
votes
1answer
122 views
Error when connecting web parts in Code-Behind
In relation to my previous question, I've found some help on the internet that describes how to accomplish connecting web parts in the code-behind file of a site page.
Following this, I have the ...
0
votes
1answer
801 views
How to filtering multiple columns in SPGridView
I have a webpart with SpGridView. I bind it with ObjectDataSource.
I want filtering multiple columns.
I set AllowFiltering for spgrid:
grid.AllowFiltering = true;
grid.FilterDataFields = ...
0
votes
1answer
237 views
Saved Web Part lists data but errors on link through
Im having a problem with a saved web part which lists recent discussion board posts from a different subsite within the same site collection. The web part shows all of the data correctly but when I ...
0
votes
1answer
87 views
Add content to Web Part without reloading
I am developing a Search Web Part for a WSS 3.0 site in Visual Studio 2008. The user types in their search criteria, then clicks OK. In the Click event, I am iterating through every Site Collection in ...
0
votes
1answer
75 views
How to open or access a webpart's XML and rename its namespace Using PowerShell?
We have some web parts deployed in our Sites, which are not working due to Migration from MOSS to SPS2010, and I need to replace the namespace used by power shell by accessing the Webpart's XML..
0
votes
1answer
172 views
Don't sort number in SpGridView
I have a SpGridView whit BoundFiled. I set a ObjectDataSource for it.
sourceDataTable = new DataTable ();
myDataTable = new DataTableWrapper(sourceDataTable);
Type t = ...
0
votes
1answer
286 views
Visual WebPart using Visual Studio 2010 and use XSLT for customize look and feel
I just configured User Profile Synchronization Service on my portal and now need to implement "Employee Directory". I have created a VisualWebPart Solution in Visual Studio 2010 and Programatically ...
0
votes
1answer
383 views
RSS Feed Viewer Sharepoint 2010 Webpart stopped working
I have a RSS view webpart in Sharepoint 2010 portal, till last day it was working fine. Now it's throwing the error.
“The requested RSS feed could not be displayed. Please verify the settings and url ...
0
votes
1answer
406 views
Using search web-part to search a custom list's topic questions
How can I use the search web part to look through a custom list and display the relevant topics from that list to the user?
0
votes
1answer
144 views
Dynamic web part sourced from another web part.
We have a webpart (webpartA) which is updated manually, and we have another webpart (webpartB).
What I want to have is, when webpartA is updated, I want webpartB to be updated automatically. Is there ...
0
votes
1answer
60 views
web part view without the selection button
I am trying get a look and feel like central admin resource list view wp. I created exactly same type list and populated. But my list view does not have bullets and when I hover over the link it gives ...
0
votes
1answer
127 views
how can I retrieve an USERID from a web site user, when it adds a new FILE on SP?
I'm building a WebServices tha allows user from a social network to add a new FILE in a DoCLibrary.
This WebServices' WSDl ,was built with no "USERID" field .
Every time that someone add a new file ...
0
votes
1answer
146 views
contribute users have error while accessing silvelright web part
I also have the same problem.. when i open silverlight web part in fullcontrol user login, it works fine.. but.. contribute users login means getting error. as
my application is
treeview
child ...
0
votes
1answer
168 views
WSS 2.0 - How to pull information from a list and display it on data view webpart?
I have a wss 2.0 environment and want to use dataview webpart to pull information from a list. I also want to do calculations based on a number of items I have on my list. Basically I want to do a ...
0
votes
1answer
468 views
How to change default List View Web Part?
I created a web part for show list item of special list.
I want show this web part instead of default list view.
How to change default List View Web Part ?
0
votes
1answer
192 views
How can i enable a rich text box functionality on a custom webpart (New Form SP2010)
In SP 2007 when i add a custom new form webpart with a multiple line of text field i use to get the richtextbox feature
But in SP 2010 custom new form webpart with multiple line of text field doesnt ...
0
votes
1answer
475 views
Remove Select column in xslt web part
My apologies if I miss some of the terminology.
I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
0
votes
1answer
240 views
What type of RSS feed does SharePoint 2007 want?
While trying to put an RSS reading web part into my SharePoint 2007 site, I used a random feed from the Web and it worked fine. I then created my own feed and pointed the web part to it and now the ...
0
votes
1answer
70 views
How to dynamically change the WebDescriptionAttribute of a web part?
I have a web part with a WebDescription attribute that contains a description of the web part. E.g.
[
Category("Configuration"),
Personalizable(PersonalizationScope.Shared),
...
0
votes
1answer
109 views
Is there a way to set permissions so that a content editor part can be edited but not removed from the page?
I have a client scenario in which users need to be able to edit content within a content editor web part placed on a page via site template, but they need to be prevented from removing the web part ...
0
votes
1answer
62 views
can webpart connections use parameters with less than and greater than - SP 2010
Is there a i can use webpart connections(parameters) in SP designer 2010
like this stardateparam <= paramdate => enddate param
or i would have to use Querystring params?
Also does the date have to ...
0
votes
1answer
222 views
Unexpected System.InvalidOperationException: The Visible property cannot be set on Web Part
I am trying to find the cause of the problem described in my previous question where controls on UpdatePanels are not functioning properly. Strangely, this is only happening on intranet clients ...
0
votes
1answer
111 views
Removing HTML from the text in filtering SPGridView
I have a WebPart, bulding a SPGridView control with filtering.
I use this code for filtering:
grid.AllowFiltering = true;
grid.FilterDataFields = ",Name,Region,Total Sales";
...
0
votes
1answer
256 views
How do grouping data in Chart WebPart?
II have a list with lookup field .
I want created a chart with Chart WebPart that grouping data with lookup field and calculate sum a special field .
How can I do?
0
votes
1answer
197 views
Toggling listview web part content source
I'm trying to construct the following user experience. There's a set of links, let's say are in the content editor web part, which control which document library is display below. How would you go ...
0
votes
1answer
201 views
Opening videos in browser with XsltListViewWebPart
I created a Document Center site which has its own Content Query Web Parts. When I upload a video file to this document center, the Content Query Web Parts are playing the videos in browser with modal ...
0
votes
1answer
72 views
Web parts that react to displayed content
So, imagine I have a wiki library. That library has had columns added to contain other interesting information, e.g. lookups to related items in the same list or lookups to parent lists. How would I ...
0
votes
1answer
207 views
Surface XML schema as UI in SharePoint 2010
I have a requirement (at the least possible cost, be that custom dev or 3rd party product) to take an XML schema (which is subject to regular change) and surface a UI to this through SharePoint.
The ...
-1
votes
1answer
33 views
SharePoint 2013 - Errror “Cannot import hello web part sharepoint 2013”
I am new to SharePoint 2013.
I am using SharePoint 2013 server and vs 2010.
The SharePoint Server 2013 and VS2010 is present on different PC's. I have created a new "Hello" visual web-part in vs ...