Web parts are ASP.NET controls that can be added to web part zones.
0
votes
2answers
12 views
Opening a custom webpart created in 2005 in visual studio 2010
We are migrating moss 2007 site to SharePoint 2010. I am faced with a challenge with manual migrating a custom webpart from Moss 2007 to SharePoint 2010. When i open the webpart created in visual ...
0
votes
1answer
12 views
sharepoint 2010 - dynamically load web part (in web part zone) using jquery/ajax from link/button
i would like to have a link, when clicked loads a web part (for example list view web part) that retains its user config. therefore it needs to be a in a web part zone, personalizable and retain its ...
0
votes
1answer
14 views
Mystery Web Part
I'm currently working on the creation of a custom Web Part which simply displays a message on the home page of a SharePoint 2010 publishing site.
When I go to add the deployed Web Part to the page, ...
0
votes
1answer
18 views
SharePoint Silverlight Document Viewer Webpart?
SharePoint Silverlight Word Document Viewer Webpart?
Please help me as I need it in my project urgently.
Thanks
1
vote
1answer
24 views
Use a querystring parameter in a CAML Query
I want to pass a parameter between two separate web parts I am developing. In my 'Detail' webpart i need to build a CAML query to display the correct profile based on their name.
pdquery.Query = ...
1
vote
1answer
18 views
Create a WebPart that floats in text
I want to create a webPart that "floats" in text.
Basically I want to duplicate "Reusable Content".
Is there a way to have the webPart render as span and without chrome?
0
votes
0answers
12 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 ...
1
vote
0answers
13 views
Displaying Children from a Connected List in a Parent List
I have 3 Lists, Site, Product and Module, which are all displayed as List WebParts on a Page.
I only want to show the Site List, which needs to show the Product and it's Modules. I have connected ...
0
votes
1answer
30 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
16 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
1answer
52 views
Where to Place XML File to be Read by Web Part?
In another question, I finally found a way to deploy the XML file to be read via a Feature, to the _layouts folder:
Feature Elements File
Should I be deploying it there at all? I wasn't able to ...
2
votes
2answers
52 views
Checklist with Icons
I have a SharePoint 2010 BI Requirement.
I have a custom checklist with over 100 columns. Each item (column) in the list has a status of either complete or incomplete. The default value is ...
1
vote
1answer
12 views
Sharepoint Web Parts - Add new setting to ALL
I'm working on a Sharepoint 2010 project where I'm required to offer functionality for the end user to change the styles of web parts on an individual basis.
How would I go about adding a new ...
1
vote
0answers
19 views
“Find Similar results” Fast search for sharepoint 2010
I trying to implement "find similar results" in fast search for sharepoint 2010.
Im using the docvector manage property and similarTo property(KeywordQuery property) for this.
I hv to pass the ...
0
votes
3answers
44 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 ...