0
votes
1answer
7 views
Content Query Web Part and Deleted Occurrences of Events
I have a content query web part showing 3 events for todays date on our Intranet homepage. However, when a user deletes an event from a recurring series, SP changes the title of that event to …
1
vote
2answers
468 views
Getting the Web Capture Web Part to work were the Sharepoint is 64bit
Previously our Sharepoint server was 32bit and we used the web capture web part to display a bugzilla search results page. Since we've migrated to a 64bit server the webpart no longer works. We're …
0
votes
0answers
13 views
Using LoadControl in a SharePoint webpart
I'm building a SharePoint webpart that I'm trying to add to the DisplayForm.aspx page of a custom list in SharePoint. This webpart will be using the SharePoint object model to retrieve fields from my …
0
votes
1answer
31 views
SharePoint Web Part: rendering according to user selection
I am writing a SharePoint web part that interacts with a SQL database, allowing users to set a few parameters with some dropdownlists and pull the record for a given customer.
I would like for one of …
2
votes
2answers
21 views
How to add a custom web part to a webpart page through code?
I wanna how to add a custom web part to a webpart page through code? The custom web part is already deployed to the SharePoint site. It's a MOSS instance.
0
votes
2answers
49 views
How can I customize SharePoint list column aggregation (total) calculations?
I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to be able to perform a …
0
votes
2answers
31 views
Sharepoint WebPart, include additional assembly in wsp package
Hi all
I created a utility library for my Sharepoint WebParts. Now when I reference this library from my WebPart project, it compiles fine, but the library is not included in the .wsp package. This …
0
votes
1answer
216 views
Why can SharePoint not save the properties of my calendar webpart?
I am linking the Calendar webpart on my My Site to my Outlook 2007 calendar.
The error message is:
Cannot save the property settings for
this Web Part. Exception from HRESULT:
0x80040E14
In …
1
vote
4answers
78 views
Sharepoint intranet portal
Migrating (rewriting) a whole portal originally made in .net to shareopoint doesn't seem like a very easy thing to do.
I've been assigned such task and now i'm just learning, planning and starting to …
0
votes
2answers
164 views
Can I deploy in SharePoint two Web Parts with the same DLL, but two .webpart files, at the same time
Hello:
Is it possible to have two Web Parts with the same DLL, but two .webpart files, deployed in Sharepoint at the same time?
Background :
I am developing an application that will generate a …
1
vote
1answer
28 views
Create webpart saving its data on leaving article page
I have one custom article page layout which has a multiple lookup field called Tags refered to Tag list. In this layout, I put a webpart which do the task edit Tags for me. When I create a page from …
0
votes
2answers
28 views
Content Query WebPart - Grouping by custom column?
We have a LIST of web pages that we use as News items on our Sharepoint 2007 site.
On our main page, we have a Content Query WebPart that queries this list, and nicely displays the name, and a few …
1
vote
4answers
86 views
SQL joins and logic
I am working with a SharePoint web part that I am designing in C#. I need to query a SQL Server 2005 database to return the names of machines that are associated with a particular customer, selected …
0
votes
2answers
544 views
Wrapping text inside a bound field in SPGridView
I am displaying some text in a column inside an SPGridView. The text happens to be more than a hunderd character long, and as a result, the webpart becomes too wide.
I tried setting …
0
votes
2answers
71 views
What if you want webpart communication before Page_Load?
Hi, I am needing to create some dynamic controls at Page_Load in the consumer webpart. In the Provider webpart I did some hacking and got it so I could get a controls value before viewstate is loaded …
