SocialTagManager GetUrls only returns current user urls
I am using SocialTagManager for tagging usage in Blog posts. While everything works fine, I found that the GetUrls method doesn't return anything unless you are the owner of the term. If I looked at...
View ArticleItemUpdated in Tasks list firing twice
I have an event receiver - ItemUpdated - that is attached to my task list and is firing twice.The event receiver only checks if item["Status"] == "Completed" then it will just send an email...
View ArticleHow to programmatically change Record Declaration Availability setting?
I am trying to change some of the SPSite (2010) level record declaration settings using my C#custom solution. My code must carry out the following when a feature is activatedActivate a bunch of Site...
View ArticleOpening Documents in Client Programs using editDocumentWithProgID2 javascript...
Dear Expert(s),Kindly help me if possible. I am facing a problem which is causing a delay in my deliverable to my client.I have built a custom ribbon feature, i select documents from document library...
View ArticleHow to reset user's password using C# ? I got 0x80072035, AD problem?
hello allI am trying to reset user's password using c#, like this:entry.Invoke("SetPassword", new object[] { newPassword });This gives me "Access is denied" error. If I set password without IAS, like...
View ArticleHyperlink or Picture column with Browse button in sharepoint 2010
Hi,How to add "Hyperlink or Picture" column with Browse button to browse document s from other library instead of entering link in web address.? Please refer the below screen shot. I want to have like...
View ArticleShow SP Dialog on Saving List Item
Hi All, I have task to show SP Dialog box when new item is added to list using NewForm.aspx. I had chosen Event Receivers(Item Added Event) to show DP Dialog box.Can any one help me how can...
View ArticleHow to delete Sharepoint 2010 Workflow item status column
When I deactivate workflow feature or retract the workflow solution, I'm unable to delete the status column of the workflow from the list. I have tried these ways: From the web interface - List...
View ArticleSPWebConfigModification not updating the web config?
I am trying to add a key in webconfig of my sharepoint web application through a site colleciton feature. i am using a piece of code in feature receiver but i am getting following errors First i was...
View ArticleEcma script add item with people picker field
hello,I need to add item to a list which is having people picker ,i need to insert the value but it is not working for that field alone.is there any different procedure is there.thanks
View ArticleFetch Data through Caml Query using textboxes as parameters
Hi All, *I am very new to SharePoint and working on SharePoint dev.I have task to get the list items based on 2 conditions and I am passing parameters as texboxes to get the data dynamically ....
View ArticleDaily problem starting workflow for the first time
Hello,for one of our clients we have configured an OOTB workflow which handles the routing of incoming post on a daily basis using Kofax as scanning client to to release the incoming document to SP...
View ArticleInfoPath deployment in SharePoint 2013
Hi,I am new to INFOPATH developmentWe are trying to deploy code based infopath 2013 thourgh central admin.It is getting deployed perfectly, but its getting deployed to 14 Hive folder.How can we deploy...
View ArticleSharePoint 2010 Workflow conditions
Hello guys,I've got a question! I have a relatively complicated workflow. I have certain checkboxes which stands for different options, but there two persons responsible for this these options.Now the...
View ArticleError occurred in deployment step 'Recycle IIS Application Pool
hi everyone!I am working on a sharepoint 2010 project.I have created a Visual webpart when tried to deploy it in the site.I'm getting this following error."Error 1 Error occurred in deployment step...
View ArticleError occurred in deployment step 'Recycle IIS Application Pool': Provider...
Hello,I am using Visual Studio 2010 to create page layouts and preview images(http://blog.beckybertram.com/Lists/Posts/Post.aspx?ID=71). I was successful in creating page layouts but the image was not...
View ArticleSP 2010 list fields to Excel cells using VBA?
i've got a SP list with one record and three fields (f1, f2, f3) I would like to import the values of f1, f2, and f3 into cells A1, A2, A3 in a local workbook using VBA. The excel workbook is on the...
View ArticleWeb Part Not Re-sizing Based on Width Property
I have a SP 2010 publishing site with a custom master page, using the Body Only page layout. I inserted a discussion board web part in the page content section of the page. When I go into the...
View ArticleUpdating xsl link
Hello all,I am trying to update xsl link programatically as shown belowusing (SPSite site = new SPSite(SPContext.Current.Web.Url.ToString())) { using (SPWeb web = site.OpenWeb()) { SPList list =...
View ArticleCustom Web Template
Almost ready to give up and go back to manually creating a site definition. What I am trying to do is create a web template that when deployed uses a custom landing page, which uses a custom content...
View Article