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 ...
3
votes
0answers
156 views
How to load a highchart script within a WebPartZone
So I am trying to make a Dashboard-like page. To achieve this I am using the WebParts component.
For example, I am using:
<asp:WebPartZone ID="WebPartZone2" runat="server">
...
3
votes
0answers
123 views
Mediaelement error in webpart (Sharepoint 2010)
I'm getting an error from mediaelement-and-player.min.js:
Line: 44
Error: Unexpected call to method or property access.
I'm trying to use the player in a webpart in Sharepoint 2010. The example I'm ...
2
votes
0answers
781 views
Filtering DVWP with xslt with parameter from connected LVWP in Sharepoint Designer
My setup is as follows:
A custom page on a Sharepoint 2010 site with a list view web part and a Data view web part. When I select an item in the LVWP I want to filter the DVWP with a multi lookup ...
2
votes
0answers
515 views
SharePoint 2010 - Multiple RSS feed support in custom RSS viewer webpart
I have created a custom RSS viewer Web Part by extending the 'RSSAggregatorWebPart' class in Microsoft.SharePoint.Portal.WebControls. Can I enable multiple feed support in this Web Part through code, ...
2
votes
0answers
329 views
Render TextBox (sever control) in WebPart and manage (text, visibility etc of) the server controls from editor part
My initial goal is to achieve followings
1. Render dynamic TextBox in custom editor webpart
2. Manage Text (, visibility, height, width etc) of the TextBox from editor part.
3. We can consider ...
2
votes
0answers
281 views
SharePoint Item Edit Form (editform.aspx) keeps closing webparts - MOSS 2007
We have a custom list within MOSS 2007 which sporadically closes the edit forms web part, despite the fact that the web parts property 'allow close' is unticked. The only way to make the form work ...
2
votes
0answers
193 views
long-winded webpart question
I have a web part, in the createchildcontrols function it creates a gridview, calls a stored procedure and populates the grid view. One column of the gridView is a command field that has the key ...
2
votes
0answers
762 views
Could not find default endpoint element that references contract
I am trying to solve connection problem, I've already spent more hours than expected and ended nowhere.
Error:
Could not find default endpoint element that references contract 'timeedit3' in the ...
2
votes
0answers
132 views
Adding an image to WebParts DeclarativeCatalog
I try to add an image banner as a catalog item, but it won't show the image at all. Do I have to wrap it in something or add a custom webpart for this functionality?
When I add the exact same code in ...
2
votes
0answers
614 views
Authentication for an external Sharepoint Web Part Page (SSO)
An external hosted app can take the username and password in the querystring and auto login the user. How do I get these details from Sharepoint?
I know you can use SPContext.Current.Web.CurrentUser; ...
2
votes
0answers
500 views
whats new in .net 4.0 for webparts
I have to decide whether to use .net 3.5 or 4.0 for a webportal, I have found that webparts cannot be moved accross the webpartzone also there is problem with verbs.
What is new in .net 4.0 for ...
1
vote
0answers
218 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 ...
1
vote
0answers
211 views
customizable blog feed sharepoint 2010 web part
I work in IT for a community college and we need a SharePoint 2010 solution that is, essentially, a blog in which the different departments can make announcements through posts and the individual user ...
1
vote
0answers
90 views
Maximum webpart property size in Sharepoint
What is the maximum property size (how many bytes can I store in a string property for example) in a webpart in Sharepoint 2010?
In this article on MSDN it is set in the Web.config to 1048576.
...
1
vote
0answers
100 views
Asp.net webparts drag drop not working on ie 10
Asp.net webparts drag drop not working on ie 10 , does ie 10 supports it?
Thanks.