webparts

Are there any out of the box Sharepoint 2010 webparts that offer paging and rollup functionality?

I'm currently working on a project with a very tight budget, and one of the page layouts requires a standard rollup of news items from a list. I've done some googling around Content Query Web Part and the new XML List View Web Part, but neither seem to have any pagination options of any kind. Does anyone have any ideas, recommendations ...

Correct way to implement web part personalisation for listboxes

Trying to work out this whole web part personalisation, and trying to implement it for a list box. Well the end result will be two list boxes, with interchangeable values (ie, a value will only exist in one of the listboxes) But I can't maintain the datasource for it. So maybe I'm going about it wrong? This is what I have for a test H...

Deploy a web part to a page during feature activation within a Sandbox Solution

I've been hitting my head against a wall on this one for the last couple of days. I have a pretty simple requirement but I cant see how it can be achieved within a Sandboxed solution. I'm depressed because I think its a critical limitation that will cause me grief in future solutions too. Here is the scenario. I have an existing site...

I need SharePoint's Web Part Connections' radio buttons to give me an "all" option.

So I'm using Web Part Connections to filter through a couple of lists. It all works perfectly, except that, by default, the filter shows all of the content. If you select one of the options, it filters the list and that is all dandy. But I need to figure out how to let the users see all of the items again, and I can't seem to find a way ...

3-column Web Parts Page?

Hello all, I am setting up an asp.net web parts portal for some stuff. I have a [hopefully] really easy question. How can I make the page have 3 major columns? Right now I have two columns using <div id="leftpanel" style="float: left"> and <div id="rightpanel" style="float: right">. But I cannot figure out how to get a panel in the cent...

Is there a way to -not- refresh the page when we click on a link in SharePoint Web part?

A few days ago I submitted this question: http://stackoverflow.com/questions/3161708/sharepoints-new-folder-doesnt-ask-for-a-required-field I essentially have Web Part Connections filter some documents through a required field. I was having problems making that new field for the folders. I managed to do it with help from Moron. It is...

Display Sharepoint Webpart as a PopUp

Hi, I need to display SharePoint WebPart in a PopUp. Is there a way to do it? ...

xsl server variable returns null

xsl server variable URL returns null. I tried all the other server variable and they all returns nulls. Is there anything I need to do (like in IIS or web.config) in order for xsl to show server variables? (i am working on webpart in sharepoint). <ParameterBinding Name="URL" Location="ServerVariable(URL)" DefaultValue=""/> <xsl:param ...

Deployed Solution containing visual web part not showing up in Custom category

I have a Password Change visual web part that deploys and functions perfectly on my development server yet on the Integration/Test server the .wsp deploys yet does not show the web part in the pick list "Custom" category for any site. Integration/Test Central Management Console .wsp file status: Name: sp2010passwordchange.wsp Type: Cor...

Sharepoint 2007 Webpart shared property not persisting

If I change the height of my webpart in the shared Webpart properties, the setting does not persist. This happens only to my webpart, not to other webparts. Any idea why? ...

SharePoint 2007 - Unable to Display 2 Weather WebParts from AccuWeather on Same Page

SharePoint 2007 - Unable to Display 2 Weather WebParts from AccuWeather on Same Page I am trying to display the weather from 'Minneapolis, MN' and 'Kharkiv, Ukraine' in 2 separate web parts. However, the weather for one webpart gets displayed on the wrong webpart and the other webpart has nothing but the backgroud displayed. Here are ...

User Control on a WebPart, PostBack / ViewState Problem

Hi, I'm using a Sharepoint WebPart to load a UserControl which has a button that does some processing on PostBack. I got a problem: when I click the button for the first time, the data loaded on ! IsPosback gets lost, but this does not occur when I click the button again. I think my problem is explained here: Sharepoint Lifecycle, but I...

Webparts border style

I want to set an image to the border of asp.net webpart ...

web part footer does not appear

Hi all the web part footer does not appear in a webpart like this <asp:WebPartZone ID="WebPartZone1" runat="server" style="height:100px;" CssClass="PartZone" PartChromeType="TitleAndBorder" ShowTitleIcons="true" Width="200"> <FooterStyle CssClass="PartFooterStyle" /> <PartTitleStyle CssClass="PartTitleStyle" />...

Summary Link Web Part and absolute URL

I'm trying to create a link in a "Link Summary Web Part" that points to a different hostname of the same web application which uses different authentication. Unfortunately, the absolute link is being truncated to a relative link due to the alternate access mapping. Is there a way to trick this web part to store my absolute URL? ...

Allow global configuration of a SharePoint web part

I have created a SharePoint web part which has custom properties that the user can configure. However these apply only to that instance of the web part. How could I provide the user a place to allow the user to set properties that would apply to every instance of the web part? (I'm new to SharePoint development and am using WSPBuilder t...

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; if the application is hosted locally however it isn't. How can we achieve single sign on from Sharepoint to the external 3rd party softwa...

.NET WebParts...

I am new to WebParts and have a newbie question... is it possible to load webparts from other sites like MSN? For example, can a user save the weather web part from theie MyMSN site and load into my newly created site that allows web parts. Thanks in advance for any help. ...

SharePoint most clicked links

Hi guys, I am trying to make a web part that will display what links got clicked/viewed the most across the whole site collection. These links come from a SharePoint list. Is there a mechanism in the object model that can be used to accomplish this? Any thought would be helpful. ...

Sharepoint Custom WebPart Startup Script

Okay, I've gotten a unique issue I've been trying to solve for two days. I have System.Web.UI.WebControls.WebParts.WebPart control I am building a custom Sharepoint View with. Almost everything I want done is working except one little issue. I need to use Javascript to Format Date and Currency fields. The Client wants DateTime field...