I am working in SharePoint 2010, I want to get 500000 \"Announcement\" list items from the curren开发者_JS百科t spweb. I have a server timeout issue and the code is given below.
We have customized ribbon(js scripts) that loads properly in IE and firefox but in google chrome(which is a requirement to use it due to its high response time) it does not load the ribbon at the firs
I\'m working on buildi开发者_开发问答ng a webpart that creates a site, adds some lists based on user input, and sets the theme for the site.I can do this whole operation from a console app running on
I have a VS2010 solution with two projects, MyProject.Silverlight and MyProject.Sharepoint. I want to automatically deploy the .xap silverlight ouput into the VirtualDirectories\\80\\wpresources folde
We developed a WebPart to read the content of the file in the document library in the SiteCollection. I used the following code to read the content.
I am using the ASPxNavBar on the master page of my sharepoint site (Sharepoint Foundation 2010).I have succefully integrated the control so that it functions properly however i am have a problem that
I have an issue with my Silverlight webpart in a SharePoint 2010 site. The Silverlight app works great in the site and even out of browser. The issue I\'m having is how to autoupdate the out of browse
I am trying to see if you can use Microsoft Access Services, as available in Access 2010, to synchronise data between an MVC web app, and a Microsoft Access desktop solution.
Is it possible to (in code) access the metadata of a document stored in a library开发者_运维百科 via a link to that document?Get SPFile object using the SPWeb.GetFile method, then use the Item propert
I have a J2EE online system and I am integrating office365 and sharepoint online to this system. My Goal: access documents that are inside the sharepoint document library through my J2EE system.