sharepoint

Page level caching in MOSS

I am hosting traditional asp.net pages within a moss site, using the same masterpage as the rest of the site collection. Will moss page caching settings apply to all the asp.net controls/content inside the masterpage or just moss related controls? ...

How to execute share point custom timer job on specific farm server ?

we have two server A and B , when i install job and activate its feature on Server A sharepoint decides to run its instance on server B i dont know why How can i restrict it to run on server A ? . ...

SearchListItems returns 0 results, but SharePoint search returns 5 pages of results

I am trying to call SearchListItems to progamatically get search results. My code is pretty simple: SPSite site = new SPSite(siteUrl); SPWeb web = site.OpenWeb(); SPSearchResultCollection resultListItems = null; resultListItems = web.SearchListItems(keyword); The resultListItems return 0 items in milliseconds even though the web has 1...

SharePoint SOAP GetListItems VS jQuery - Need some advice on how to use Ajax to cycle through Custom List items as well as Ajax refresh the list contents...

Hello all, I am using jQuery to access Sharepoint 2007's SOAP interface via the GetListItems method to read in a custom list of anouncements in such a way as to have that list refresh once a minute (in case the owners of the list add new content, so that the new content becomes visible without having the end user refresh their sharepoin...

How do we export SPSite in SharePoint by C# ?

Hi all , I have a trouble with export SPSite. My site : http://prog-phongdang , I want to export this site to the folder C:/Export which this folder contains onet.xml and some other files of this site. Please help me ! Thanks, Phong Dang ...

Programmatically insert a List as a webpart in a webpart page in WSS 3.0

Hello, I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough. Any thoughts or ideas how i could Programmatically insert a List as a webpart in a webpart page Many Thanks! ...

Can't login to SharePoint using WebServices

I'm trying to access the files on a SharePoint-server(WOSS, 12.0.0.6421) through the WebServices but I can't sign in. ListsService.Lists lists = new Lists(); lists.Credentials = new NetworkCredential("myusername", "mypassword", "mydomain"); lists.Url = "http://sharepointhost/_vti_bin/Lists.asmx"; XmlNode node = lists.GetListCollection()...

Sharepoint: How to refresh the SpNavigationNodeCollection?

Hi, I have a Sharepoint 2007 website. As you know,in settings users can order the sites and pages as they want in exploration, and then you can get these items with this order with: SPWeb web = CurrentSite.OpenWeb(currentSite); SPNavigation nav = web.Navigation; SPNavigationNodeCollection nodeColl = nav.QuickLaunch; The problem is...

Sharepoint Designer add new Data Provider

In Sharepoint Designer 2007 is it possible to add a new Data Source Provider? I have a DB2 database I need to access from SharePoint and I have the DB2 Data Provider installed on the system, but Sharepoint Designer does not recognize it. ...

Cutomize quick launch menu and site action menu in My Site

Hi, I've been asked to cutomize the following : In the left quick launch menu, is it possible to remove these menus : Documents, Lists, discussions and Sites ? These menus need to be remove/disable/hidden by default when the user creates it's My Site. In the site action menu, is it possible to remove/disable/hide the Create menu, so t...

Content Deployment Error: The Remote Upload Web Request Failed

I am having issues with a content deployment. It was working fine on Friday morning. When we tried to run a deployment on Friday evening the content deployment failed with an error of "The remote upload web request failed". I've been Googling things for a while, it's not an issue with a file size or destination server name error. The...

Deleted everything but members from a SharePoint site

I created a SharePoint sub-site, and accidently deleted all permissions groups except for the Members (which included me) and now I'm stuck looking at the site I've created but I'm not able to edit or delete it and create a new one. Any idea of what I could do to get myself out of this situation? Thanks, Ash ...

Updating a Sharepoint Calendar from a VB.NET WinForm app

I am about to endeavor in the area of the posting subject and am looking for early advice. Is there a Sharepoint SDK that I need to install to be able to do this or shall I scan the .NET Framework for the appropriate objects to use? Advice or useful links would be appreciated. ...

MOSS web service to find out if a user has access to a document library

Hi, Is there any MOSS out of the box web service which allows us to check if a user has access to a document library if I know the URL for the document library. I have the URL for the SharePoint document library, user name and password. Thanks. Yes, please if a user has "Read" permission on document library. If there is no out of the b...

jQuery ".cycle is not a function" error - follow-up from http://stackoverflow.com/questions/1586998/

So I am trying to implement the solution suggested to me in my previous question (http://stackoverflow.com/questions/1586998/). I want to use the Cycle library found here: http://malsup.com/jquery/cycle2/ to cycle through the contents of a DIV that I am populating with rows from a custom SharePoint list. The html I am creating appears to...

Access config file from a VS Sharepoint Workflow

Hi, I want to store some setting in web.config file of the sharepoint web application or in app.config of the workflow itself. But i don't know how to access neither of these files and i don't know how to handle the data inside them. Please, give some advise, how to do this or where to read about doing this. Any information is helpful....

SharePoint Custom Action on Site Settings Page

I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file for the feature: <Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; <CustomAction Id="SDITeamGroupApplicationPage" GroupId="UsersAndPermis...

Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.

Hello. I have a feature which has following manifest file that defines multiple content types: <?xml version="1.0" encoding="utf-8" ?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; <ContentType ID="0x01008e5736f1388b4809a9f102da1e573ddb" Name="$Resources:Balticovo,ContentType_AgendaName" G...

Enabling cross domain scripting in the intranet

Hi, I'm having a few problems with an application that integrates sharepoint, SQL reporting services and a bunch of custom forms that are built using ASP.NET MVC. Assuming my servers are as follows; MOSS SSRS Custom forms In MOSS, my portal has need on occassion to popup a custom form to capture user input. I've done this by using ...

Which version of the .net framework will Sharepoint 2010 use?

Now that the Sharepoint conference has started and at least some of the NDA restrictions have been lifted. I was wondering which version for the .net framework Sharepoint 2010 will use. Am especially interested in if Sharepoint workflow is built on the workflow in .net 4.0. Since we have had problems with performance in workflow for .ne...