Pages Library -> Adding / Editing or Deleting causes Cannot Complete This...
Hi,I've been working on some problems with a migrated site collection to a new web application. Everything is working fine, but on some sub sites we're having some issues with the ''Pages''...
View ArticleWhat is key.snk?
Hi,I am fairly newbie in the Sharepoint 2010 web part development. I have read in various tutorials that you should generate a Strong Name for a web part DLL before deploying it to the bin folder. I...
View ArticleOpen sharepoint Page in IFrame
Hi,I have a senario explained below:I have a sharepoint site that is configured with FBA (using LDAP). I have a seperate .Net application that is using form authentication (LDAP) . I am showing...
View ArticleFailed to download file (from https:// site )by using SharePoint 2010 web...
Hi,I am using the following code to download a file from a different sharepoint2010 site. It is working fine in our local machine. In Customer machine Instead of specified file from document library,...
View ArticleDoes getting items by caml query automatically get security trimmed?
I am making a visual webpart that downloads items from a document library using c# and caml query. I want to know when I get the items, are they already security trimmed (which means it filters the...
View ArticleFileNotFound Exception at SPSite site = new SPSite(url)
Hi,I am working in a sharepoint 2010 development environment. The issue is whenever I run my code from VS2010 console application in the DEV server it works fine. But when I change the site url to my...
View ArticleHow to create bread crumb for each web part in wiki page?
My users are facing difficulties to navigate through folder structure in SharePoint lists on wiki page and its very difficult for me also to navigate through it. If any one have noticed, SharePoint...
View ArticleWebpart for Exporting Excel Sheet Data into SharePoint 2007 Custom List
Hi,I am trying to create a webpart to export the excel data into the custom list. Please suggest if we have any inbuild functionality for the same or ways to implement it.Thanks in advance.UshaP
View ArticleHow to change masterpage via button click
Hi, I'm looking to have a user control in my masterpage with a button that user can click to access mobile version of the site. The code will need to change the masterurl property for all subsequent...
View ArticleBusiness Portal 5.1 - Cant Create new Requisitions - 404 page not found error
Business Portal v5.1 SharePoint 2010I am trying to raise a new purchase request in business portal. I have done all the approval hierarchy setting, but i receive HTTP 404 error when i click New...
View ArticleSharepoint 2010: Difference in WSP from Debug and Release mode
Hi , we are recently started working on Sharepoint applications. I know in C++ Sometimes application will behaves in different ways if we deploy in Release and debug mode (Ex:Application will...
View ArticleLoop throught list items using ecma script and query another list in that loop
Hello,I am trying to get all items from one list and loop through the items of that list using ECMA Script, now i want to query another list in this loop for each list item of first list. How can i do...
View ArticleVisual web part with application pages not working properly on the production...
Ok,I am approx. a newbie and already tired everything i found or know to get this thing working but no luck till now.I have created a visual web part using VS.NET 2010 and added couple of Application...
View ArticleFind all the versions created time of a document in a document library
for (int i = 0; i < objSPFileVersionCollection.Count; i++) { SPFileVersion objSPFileVersion = objSPFileVersionCollection[i]; string Createdtime=...
View ArticleNeed help in changing code from SP object model to client object model
HiNeed help in transforming SP object model to client object model:I am trying to submit infopath form data to the form library programatically which works in my dev server. The same code I would like...
View Articleproblem with modal dialog pop up .
I am using custom V5.master for my site.Problem I am facing is with Modal dialog pop up.I have created a calendar list and added it on a webpart page. I try to create new event, on that webpart page,...
View ArticleCustum css webpart for sharepoint online 2013
Hi,I would like to do some styling using css at a document library. I am using sharepoint online 2013, office 365. Is this possible, and how should i implement the css file into sharepoint, I have...
View ArticleHow to provision a web analytics web part / whatspopularwebpart programmatically
Hi I really hope someone can help me crack this nut.I'm trying to provision a web analytics web part using c# but i can't get it deployed on the page. I create an instance of the webpart and afterwards...
View ArticleGet List items from specific folder using ecma script in SharePoint2010
Hi,I need to get List items from splist using client object ecma script. I am getting the folders name by this code var context = null; context = SP.ClientContext.get_current(); var IntstituionsList =...
View ArticleMoving splist item
Hi all!I want to copy all list items and their fields (about 30) from sharepoint list to sharepoint document library. All suggestions are welcome....
View Article