Discussion Boards
I have found some strange behaviors when deploying discussion boards:if any app (content editor, Link App) is added to a view page in edit mode the Ribbon "Item/List" tabs disappear. deleting the web...
View ArticleAccess denied during Word Automation services /...
I have added using Microsoft.Office.Word.Server.Conversions; using Microsoft.Office.Word.Server.Service;I have created service application also the Word Automation Service is working on the server,I am...
View ArticleJava script Error - '__doPostBack' is null or undefined
Hi,I am getting following error when i am trying to run SharePoint 2010 site on IE 10.SCRIPT5007: The value of the property '__doPostBack' is null or undefined, not a Function object When i change...
View ArticleNot able to debug event receiver for a library
Hi,Created custom fields, custom content type and custom aspx and then attached custom aspx page as template for custom content type then added content type a library.I am able add new item using...
View ArticleCan Form Fields from uploaded WORD docs become Sharepoint columns ?
Hello -We are in the process of uploading many Word docs from Shared drives to Sharepoint (2010 )Some of the Word documents have information stored in Form Fields. For Example : BuyerName &...
View Articlehow to make taxonomywebtaggingcontrol required
Hi,I have created custom aspx and I have added taxonomywebtaggingcontrols.I want to make those controls required.Can any body let me know how to make taxonomywebtaggingcontrols required?I tried the...
View ArticleHow to update person or group column with peopleeditor control values
Hi, I have created custom aspx page and added "PeopleEditor" control(can select multiple users) in that page. Now I am trying to update person or group column with peopleeditor control values.I am not...
View ArticleSharepoint 2007 and IE10 compatibility
I have changed the master page to enable IE8 for some additional fluff on my application pages:<meta http-equiv="X-UA-Compatible" content="IE=8"/>UI and some functionality working fine but...
View ArticleHow to restore workflow history details missing from custom list and Hidden...
Hi Folks,I am writing to you regarding an issue we are constantly facing since couple of months.Let me paraphrase the Issue, We have a list which is associated with custom SharePoint approval...
View ArticleSearch web parts conflict with AjaxControlToolkit
HiI have enabled "Show Query Suggestion" for a Search web part on a page that has a custom web part that uses AjaxControlToolkit.The tabs for the custom web part which depends on the AjaxControlToolkit...
View ArticleSharePoint 2010 Upload Documents to a list
Hello guys,If you create a new list and you upload certain documents for a item. How many documents could I upload for you in the list? I realized that in some cases I can't upload any documents,...
View ArticleCustom Sign in page for SharePoint Online
Hello,Is it possible to create custom Log in Page for SP Online from ASP .Net app.I was authenticated using MsOnlineClaimsHelper class and I can work on SP object inside the app but this is not my...
View ArticleManipulate Metadata Column value using Java Script
Hello, I have a Metadata column in my List, When I select values from it and save the form, The entire selection comes in single line. I want to manipulate this column using Java script so that each...
View ArticleFolder not creating in Layouts folder in sharepoint
I written the code to create the folder in Layouts folder automatically. Code was running good in my local server. But when i run in our QA server folder not creating . I have given the...
View Articlehow to edit dropdown list in listview control of visual webpart
I am using asp.net ListView control in a visual webpart.When I click on "edit" in the ListView, the values in the dropdown list(which is hard coded), loose their selected index. The findcontrol method,...
View ArticleEdit CSV files present in document library using Microsoft Excel
Hi allI have a document library with CSV files uploaded. I have used the below mapping in DOCICON.xml present in \14\TEMPLATE\XML folder.<Mapping Key="csv" Value="csv16.gif" EditText="Microsoft...
View ArticleSharePoint 2010 Publishing Approval Workflow
I have customized sharepoint 2010 OOTB "Publishing Approval Workflow". I have 100 sites and each 5 sites there is separate Content Writer / Content Approver / Content Publisher Group in which separate...
View ArticleRetrieve all document libraries with a certain column and output to a txt file
Question says it all really, I want to get all my document libraries that have a column of animal in, and output the results to a txt file
View ArticleHow to get the value of Body of the Discussion board on item Updated in...
using System; using System.Security.Permissions; using Microsoft.SharePoint; using Microsoft.SharePoint.Security; using Microsoft.SharePoint.Utilities; using Microsoft.SharePoint.Workflow; using...
View ArticleHow to hide a Choice field( radio button) in a list based on value of another...
Hi All,In SharePoint 2013 I have created a list with 2 Choice fields both are radio buttons. Choice Field 1: Name: Action ; choices : Yes/No ; Default : NoChoice Field 2: Name: Reaction ; choices :...
View Article