Is it possible to retrieve the column index by name for the sharepoint SPListItem? I haven\'t been able to find a method for doing this.
I am trying to load Silverlight DataGrid Control in my SharePoint 2010, I have followed this code example linl. http://msdn.microsoft.com/en-us/library/ff728647.aspx#Y1200.
I managed to access user profile con开发者_JS百科tent: using (SPSite ospSite = new SPSite(\"http://localhost:80/\"))
i face the following problem, when opening a delegate window, fo开发者_开发技巧r example to upload a document to a document library i get the following screen size:
I have a very basic setup, currently, and I\'m fairly new to Sharepoint. I followed the walkthrough here to create a Field definition, content type, list definition from the content type, and a list i
I\'ve started programming event handlers. At first I added some items to lists with hard coded values.
So with the new Ribbon on top of the SharePoint 2010 page we h开发者_JS百科ave an office like feel to working with SharePoint pages.Customization of this ribbon is great, adding your own functionality
I want to select the list of folders (without subfolders, not recursive) of a Document library using CrossListQueryCache.
I have a bro开发者_StackOverflow社区wser-enabled form written with Infopath 2007.I am unable to use managed code.
I\'ve built a SharePoint user control (not a web part) and am deployi开发者_Go百科ng it via Solutions, Features, etc.