SPWeb with full URL?
Based on several posts and other entries on the Forum, I am running into issues.I am tasked with writing a SharePoint 2010 timer job that will loop through a list of absolute URLs to various objects...
View Article404 error while adding custom webpart to the page
I have my solution working in development environment. I deployed the wsp in prod env. While adding one specific webpart to the page leads to 404 error page.Thanks in advance.
View ArticleSPListItem.SystemUpdate() vs SPListItem.SystemUpdate(Boolen)
Hi Difference b/w SPListItem.SystemUpdate() vs SPListItem.SystemUpdate(Boolen)Ravindranath
View ArticleCan't pass variable between ImageButton and c# Function
Hi,I have the following code but for some (probably obvious) reason the value doesn't get entered into my list. If I replace additem[Title] = with manual text the list will update.ImageButton lnk = new...
View ArticleIntegrate an Reporting Server Programatically
How do I programmatically (C#) integrate a Reporting Server through SharePoint 2010 Central Admin.
View Articleunable to create a subsite based on the generic template - save site as a...
hi,am using a save site as a template functionality to create a sub site. when i select the custom template, and click on ok button,am getting server error in appln.in the site template i have1) 2...
View ArticleSharePoint 2010 User profile store data inconsistencies
This is regarding SharePoint user profile store data inconsistencies. While the sync job is still running, the data for custom user profile properties created out of external data source (custom...
View Articlesharepoint list is not updated
hi all,i have write some code to insert item into my sharepoint list. This is my code SPList oList = oWeb.Lists["lists"]; SPListItem oSPItem = oList.AddItem(); oSPItem["item1"] =...
View ArticleHow can I call a Jscript function from XML, which is written seperatly...
Dear All,I have made a SharePoint ribbon button which should display an alert message with SharePoint custom list ID information. But it has problem for calling the Jscript methods, It may be a XML tag...
View ArticleHow can you publish an article in SharePoint and also have it push to...
I've been scouring the internet for this answer. I've found how to add Facebook "Like" boxes, even post to a wall from a SharePoint web part, but what I need is something similar to what other CMS's...
View ArticleSpread the Love! Be our SharePoint 2010 TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View ArticleError while using List.asmx
I get this error whenever I work with List.asmx The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a...
View Articleget list items from sharepoint list using list.asmx
How to I get Sharepoint list's items into a datatable using list.asmx via c# code?
View ArticleDocument Set not copying using content organiser rule
FolksI am trying to copy a document set using the content organiser rules and a workflow.What I have setup is:- External connection is created- Content organizer is enabled on site - Content organizer...
View ArticleAdding existing list columns in a document set using .net client object model
Hi,I am not able to add existing columns in my library to the newly created document set using COM.I am able create DS but want to add lib colunns in that DS. Pls refer below code:...
View Articleweb.config
I cant get finish what I was doing because the page comes up Server error. web.confi what do I need to do
View ArticleFilter SPListItemCollection with LINQ
Hi, what is the best way to filter an SPListItemCollection, can I use LINQ? I would like to get the title of the 5 last documents. thanks // Get the items SPListItemCollection collListItemsDest =...
View ArticleTitle property empty unexpectedly in spsite object
So I was looking at blog example code to display the site collection lock status of all site collections on a farm.When I ran the code, 2 of the site collections didn't display a title. I modified it...
View ArticleWe are using Excel Service web service to get data from SharePoint document...
Hello,I have on document library on the top level site collection it contains “.xlsx” filesMy requirement is that I want copy all xlsx file data into new SharePoint Custom list this is available in...
View ArticleGet last major version?
We have a library that has major/minor versions enabled. Without looping through the versions, is there an easy way in C# to get the last major version (published or not) of a list item (I have the...
View Article