Web parts are ASP.NET controls that can be added to web part zones.
0
votes
0answers
11 views
Why are web part connections in a template breaking?
We have a SharePoint site that we created based on a blank site template.
We add lists, pages, webparts (including some connected web parts) and then save this site as a template (.wsp file).
We ...
0
votes
1answer
22 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" ...
0
votes
0answers
6 views
binding items to XsltListViewWebPart Programatically in Sharepoint 2010
I have DataTable and i want bind that DataTable into XsltView instead of GridView.
Is this possible or any solution ?
Thanks.
1
vote
2answers
36 views
How can I send data to a modal popup without using a jquery string?
as a bit of background I am new to Sharepoint development, as well as web programming in general. I've done asp.net programming in the past, but not much javascrip/ajax/jquery. From the (tons...) of ...
0
votes
1answer
19 views
Web Part Properties in different pages
Soo,
I created an webpart, and I've added a custom property.
The webpart works fine.
Now I want to add this webpart in another page also, but with a different property value.
The problem is that if ...
-1
votes
1answer
34 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 ...
0
votes
1answer
30 views
Downloading Via SharePoint 2010
I am creating a Sharepoint2010 webpart page which downloads documents from a webservice (So the documents do not get saved in Sharepoint2010).
I have a windows application which does exactly the ...
1
vote
2answers
39 views
Add user control or web part to every page in a site
I want to have a feature which causes the following to happen everytime any page in a site loads.
I need to have a web part or user control which adds information about the current user to the page. ...
0
votes
1answer
13 views
Generic customization of Publication Tasks web part
I have a Site Collection of type Enterprise Wiki with multiple subsites - each of which is created by custom code. I have a customized EnterpriseWiki.aspx that contains the UserTasksWebPart - so users ...
0
votes
0answers
20 views
right sided webparts in a div
Is it possible to place the rightsided webparts inside a div with id right?
Like this (pipe is a div column):
| left nav | left webpart | right webpart |
I want to have a div floating to place ...
0
votes
0answers
10 views
Parser Error Message when clicking on the doucment webpart
We have Team Documents webpart which has document folders on a page. When we click on the webpart "Team documents" to open the documents link, the following error is being displayed.
Parser Error
...
1
vote
0answers
13 views
XML Viewer Web Part: XML feed requires username and password. How to pass credentials?
I am getting the following error message:
"Cannot retrieve the URL specified in the XML Link property. For more assistance, contact your site administrator."
I have an xml feed that prompts a ...
0
votes
0answers
14 views
How can I change the Timeout of Summary Link Web Part?
My Share Point Top sub-Menu (menu items which is display when the mouse is hover on top menu)were not loaded because of the link that is used in Summary Link Web part was having a problem. That menu ...
1
vote
3answers
35 views
user control losing new values when saving
I have a user control in a web part that pulls data from a SP list and displays it in standard ASP.Net controls. When I save the data, the old values seem to get saved even if I had changed them. I ...
2
votes
1answer
29 views
How to prevent Excel services from crashing?
I have a Sharepoint site that contains:
-A Web Part that sends inputted data to a filter on my Excel Workbook.
-A performancepoint filter that gets data from an OLAP cube that sends data to a ...