How to add html page into sharepoint site
Hi,I want to add html file in sharepoint site.I am trying to add skype in my sharepoint application i am trying to add <a href="skype:echo123?call">Call the Skype Echo / Sound Test...
View ArticleDetected use of SPRequest for previously closed SPWeb object. Please close...
I have following code for SP 2010 visual web part. Whenever It works fine on the UI. It doesn't throw any error. But it throws following error in sharepoint log file.It doesn't seem to be anything...
View ArticleHow to Override CurrentThread.CurrentCulture for an application
Hi folks, We have sharepoint application, that needs to be made support Globalization(multi language support). I am planning have a drop down box with list of languages. Problem: By Default the...
View ArticleMy second CEWP using jquery isnt working
Hi Guys,I am just starting to plug in some jquery into CEWP to enhance my sharepoint sites. I have one page where I want to add two CEWP that use jquery/javascript. I have tested the CEWP individually...
View ArticleCreating Custom Master Page in SharePoint 2010 using Visual Studio
Hi..I want to develop a custom Master Page in visual studio 2010 and to deploy into share Point site...Any one can u send complete working solution..Ravindranath
View ArticleTrigger property promotion/demotion
Hi all, I'm having the following issue on our SharePoint 2010 environment. We have imported documents from a previous document management system. Now we see within a lot of documents that the property...
View ArticleHide "Related Content" Column On Workflow Status Page
Hi.On a custom workflow status page we see the list of related Tasks for the workflow in the inline WrkTaskIP.aspx page that is pulled into the WorkStatus.aspx page.How do we hide the "Related Content"...
View Articlechange Task list
Hi,I have a sequential workflow created using Visual studio. When the workflow was first created, I selected the existing "Tasks" and "History" list.After deploying the wsp, when configuring the...
View ArticleDocument library filter on SharePoint 2010
Hi Everyone,i am the new for SharePoint.I have a site collection on that 3 sub sites are there. IT(ss1) HR(ss2) Finance(ss3)Now what i want...
View ArticleSharepoint migration: Save conflict and web address issue
I am migratin Moss 2007 site to Sharepoint 2010 without UI upgrade. I am stuck in below 2 issues. 1. I have a list named "ABC". On editform.aspx if we update the attachment and click ok it throws below...
View ArticleHow to upload multiple files at once in document library using C# ?
I am using sharepoint foundation 2010. We are using server object model. In sharepoint 2010 with document library there is one option 'Open with Explorer'. With this option we can upload multiples...
View ArticleUnable to attach to process and debug web application
Hi Team,I am running Visual Studio 2010 on windows server 2008 R2 enterprise and developing an web application in C#.Net.I have set up the default website in localhost in IIS to run the website and it...
View Articlehow to close visual webpart page when i click on ok button in sharepoint?
how to close visual webpart page when i click on ok button in sharepoint?please help me using javascript?when ever i click on 'ok' button -->visual wp page getting clsed and open a redirected...
View ArticleChecking for "Attachments" in ItemUpdating event for a list..
i need to check for the "Attachments" in the Item Updating event for a list.int attachmentcount0 = Convert.ToInt32(properties.BeforeProperties["Attachments"]); int attachmentcount =...
View ArticleObtaining a Username and Password
Hello,I'm trying to obtain the username and password the SharePoint site collection admin. I know this might seem crazy but I have a Nintex workflow and the web service call in the workflow wants...
View ArticleLinq to SharePoint - lookup column causes performance problem
Hi All,I have a simple line of code: this.Shipping2WarehouseTitle = _ts.GetWarehouse();in the following context:public partial class Shipping { ... internal void SetupTiming(TimeSlotTimeSlot _ts, bool...
View ArticleHow to update active directory data from SharePoint 2010 application
Is there any way by which we can directly update active directory data from SharePoint 2010 application? Plz guide how to do this?Regards,
View ArticleFetching LOB Excel data in to SharePoint 2010
What is the best method of fetching LOB excel data in to SharePoint 2010 as list?Plz Share your knowledge on this.Regards
View ArticleChange List name with powershell.
Hello,I want to create a list with a short name for the url, and rename it to the normal name for the users. But i can't.if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction...
View ArticleCustom field type with decimal places
I have created custom field type with Number ParentType. The problem is with decimal numbers: the comma sign is ignored. I checked in database and sharepoint uses float column but stored number is...
View Article