I have an requirement of get the items from the list开发者_如何学Python depends on the ItemID.I have list which contains 5000 items in which I retrieve only 1000 items for that I will dynamically buil
I am trying to use owssvr.dll and its URL API in SharePoint 2007 to get some list metadata.For most of the lists in my site of interest, I can use a url formatted like so:
I\'ve been messing with SPNavigationProvider, PublishingWebs, and etc for 开发者_JAVA技巧the past few days and I can not figure out how to move a node in /_layouts/areanavigationsettings.aspx programm
Is it possible t开发者_StackOverflow中文版o make SharePoint not store the user name in the fields Created_at and Modified_by when editing a list. I want to make this completely anonymous.I don\'t thin
I am trying to link to a image stored in the Images library of an individual site collection. I am able to link to images in the root site collection folder using url(../../Images/imagename.ext), ho
I have a custom site template which activates a feature with an event receiver, the only thing that receiver does is to activate some other features, all in the same receiver.
I have a custom master page that I use in WSS3.0 (SharePoint 2007) and I am using a HTML \'DOC TYPE\' which I am declaring at the top of the master page.The site all works very well with my master pag
Is there any 404 scanner out there that can be set up to run automatically, either as a standalone tool or as a Windows Task?
I was iterating current sharepoint site collection for the user which he logged into, and displaying sites names which he has read and contribute permission to sites and this is working fine.
If I have the following code: var web = SPContext.Current.Web; web.ParserEnabled = false; // !!! is web.Update() required here?