Word 2013 Firefox plug-in not working and GetOfficeVersion() returns zero
I am attempting to use the Firefox plug-in for Office/Sharepoint (plug-in detailed here). However when I attempt to call methods on the plug-in such as EditDocument or ViewDocument the following...
View ArticleCustom Asset library List Definition
Hi All,I am trying to create a list definition for asset library using visual studio 2010. Now the problem is there is no such template for Asset library available in visual studio, so can anyone...
View ArticleHow to write below code using client object model which will give me same output
using System; using Microsoft.SharePoint; using Microsoft.SharePoint.WebControls; using System.Web.UI.WebControls; namespace Site_hierachy.Layouts.Site_hierachy { public partial class SiteTreeView :...
View ArticleUnit Testing Framework for Sharepoint
Hi, I am trying to test my custom code ( SharePoint 2010),I did some Google and found 2 solution one is official from Microsoft and Other is TypeMock (Paid Solution). but Microsoft is limit to VS2012...
View ArticleAdd new items to list in bulk?
Hi everyone,I have a list of workers being released from their assignments. I have a form that can be used to add items to that list as workers are released. I would like to know if there is a way to...
View ArticleCascading dropdown - multiple people picker value
So I have a source list with two columns (TITLE - contains the name of the group. ex. Group A; Members - Multi value people picker.)Now in my NewForm.aspx, I will lookup to the source list and when I...
View ArticleHow to execute XML batch commands using SharePoint Web services or Client...
Hi,I have a requirement to execute some batch commands to update SharePoint View Style, how can i do it using SharePoint webservices or SharePoint Client Object model. I need to execute the...
View ArticleHow to get and set the column order in SharePoint list forms
Hi, I want to read the column order of the SharePoint list forms in SharePoint 2003 sites using any of the available web services and need to set the same order in the newly created list in SharePoint...
View ArticleControl...
Hi,I have written code for 'Export To Excel' in the visual web part as below//ascx file <table> <tr> <td>From Date:</td>...
View Articlesharepoint even handling
can some one help me why item-adding event are fired in multiple time. and what is the best way to write in code
View ArticleHow do I limit the view of a date lookup column to =>[Today]?
I have a list that has a column that contains various event dates that I use in another list for a lookup column. As this list gets longer over time, I want to restrict the lookup/dropdown list to...
View ArticleDisable “Only secure content is displayed” notification for SharePoint 2010...
After migration to SharePoint 2010 from SharePoint 2007 with using HTTPS://(SSL) url site is giving Only secure content is displayed” notification in IE. We know how to disable this warning by doing...
View ArticleCustome Workflow will send mail after 6 months from a document added
Hi,I have created a custom sequential workflow in Visual studio. As per the requirement, the workflow will send mail to approvers after 6 months from the document added date. Is that possible? I don't...
View ArticleTrouble getting List Items from SharePoint Client Object Model
I am trying to access list items using the Silverlight client object model, but the list items are contained in a multiple subsites in site collection. The following illustrates the hierarchy:Site...
View ArticleHow to programmatically set the value to current Page layout property?
Hi,How do I set any text value to the current page layout [comment] property and save it.....here my current page is using a custom page layout called spPageLayout1To be very much generalized how I can...
View Articlesharepoint 2010 foundation calendar overlapping events
I am not much of a share point admin but I can edit the share point web interface. Once I get into share point central administration or share point design I am just guessing on what to do. We have...
View ArticleUsers in ADGroups are not able to access the SharePoint site
Hi,We created SharePoint site and extended that site to FBA site with LDAP. We created the custom membership and role provider for this site.We were able to add the single user who is part of the AD...
View ArticleSuccess Message on execution of an event- ItemUpdated
Hi All,I am using an event receiver- Item Updated event' which gets triggered when a document is uploaded in document library.My query is I want to display a success message/ alert message after the...
View Article