When I group items in a SPGridView using the GroupField property the grouping works great but the total row count does not show up like in a standard SharePoint list. Usually SharePoint will display the count next to the group in parenthesis (i.e. Group 1 (5)). Is there a way to enable this functionality.
...
A cheeseburger to the first person who can help me make sense of this. I have a page in a Sharepoint app that uses Telerik's RadUpload to upload files. This has worked for months; last week it stopped working (in Internet Explorer, this detail is important). After talking with a co-worker about the problem, I tried the upload with Fir...
I have created a custom list in a SharePoint site and generated a Visual Studio 2008 project using SharePoint Solution Generator. I can package this as a feature and install it. It runs fine on my server.
After testing this out, I've been able to add a custom masterpage to the feature which is deployed to the _catalogs/masterpage folder...
I've developed a custom web part. I would like to create a feature that when activated via STSADM adds the web part to the default page of a WSS Site. Hopefully this can be done without writing code.
This webpart is meant to de deployed to the web application's bin directory and featurereceiver must be installed to the GAC. The AllU...
I've got a site structure which looks like this:
Home
Level 2
Level 3
Level 4
And I'm having problems with the left navigation showing correctly on a MOSS publishing site. When I'm on a page under Level 2 The navigation should look like this:
Level 2
Level 3
And when I get to a page under Level 3 it should look like this:...
I'm trying to move folders across sites within the same SharePoint 2007 installation. A crucial requirement is maintaining the version history.
One approach I've tried is creating a new document library in the origin site and moving the folders into that, then moving the document library to the destination site. I've done the file move ...
I want to add some OSIsoft RtWebParts to a Sharepoint page. I want these trends to be shown in different timezones for different users. What I'm finding is that they are always shown in EDT.
Ideally, I want a solution for configuring the presented timezone by page or by user.
...
This is a continuation of an earlier question I had about moving the databases for a MOSS 2007 installation from SQL 2000 to SQL 2005. Here's the URL for the original question: http://stackoverflow.com/questions/254517/migrating-moss-2007-from-sql-2000-to-sql-2005
In my test environment, I've successfully moved the databases to the SQ...
Hi I have a question about SPListItem and how to retrieve values from it. In the view I am in I can access the "Article" no problem but when I try to access the "Link" I can an error saying object not initalized. I don't understand whats going on? Why can I not get the Link when I can get the Article field. Here is the code I am usin...
I have some xml being returned in sharepoint,
Im using xslt to create the hyperlink like so.
<a href="{substring-before(Sign-up-Link,',')}">
Sign up for event
</a>
I also have an element <guid>1234</guid> being returned in the xml,
an I'd like it so that the link will be with the guid appended as a querystring
e.g. http://www.fo...
Hi I am developing using the SharePoint namespace and I ran into the following error when I try to retrieve a URL column from one of my lsits.
"Value does not fall within the expected range"
All I am doing is:
item["URL"]
Can someone tell me what I can do about this?
...
I'm using WebDAV redirector to edit a file on a SharePoint repository. It looks like each time I save the file this way, I get a new object that replaces the previous one. This is causing all the version history to be lost.
Open file is being done via CreateFile with:
filename - Same that is used for Read-Only call to CreateFile (wh...
As far as I know Sharepoint 2007 uses ASP.NET Ajax 1.0 with System.Web.Extensions 1.0 while I'm creating webparts with VS2008 SP1 and .NET 3.5 SP1 which includes System.Web.Extensions 3.5.
So what is the order of installation and how do you install to get both versions working?
...
I know that creating a site template from a MOSS publishing site is not currently supported by Microsoft.
Can anyone tell me if creating a basic site, then turning on the publishing feature, then creating a site template is supported - I would guess not as it's probably the same as creating a publishing portal?
...
I have a use case that seems pretty simple, but after Googling around I can't find a solution. I have some Word documents on an FTP server and I'd like to be able to create a link that would download them into Word and then allow the saved changes to be sent back to the FTP server.
The problem is that I can only get Word to either open ...
I have created a webpart in c# for sharepoint.
its basically a form with text boxes, literals, validators and buttons.
im not sure how to render this form to make it look pretty.
The layout etc is being done entirely within this c# class.
At the moment to get started im just overrinding CreateChildControls() method
and adding each for...
Can I link to a specific document in a SharePoint document library? As of now, I can only link to the entire document library and not a specific document within it.
...
There was a similar question posted regarding the same topic, but I'm adding to the question and the previous discussion was resolved.
Here is the link to the original question: http://stackoverflow.com/questions/72537/auto-number-column-in-sharepoint-list/606872#606872
I'm now trying to find out if in a Custom List in MOSS SharePoint...
I am a beginner in SharePoint and I need to create publishing site that will have multilevel menu. Requirement is that levels will not be fixed and that client should be able to add pages and customize menu.
If I am not mistaken pages can be created only in the first level under the site. I don't see something like folders concept. For t...
I have a need to do the following:
The business process involves several document types based on cXML. BizTalk needs to be able to push these to a SharePoint form library (as InfoPath forms) to be manually workflowed. Once workflowed, the xml doc will be returned to BizTalk.
In order to be able to use a single document library, I'll ...