How to set the DataSource & ContentType of a ContentQueryWebpart...
I created a ContentQueryWebpart in VisualStudio and used properties that I exported from a configured one on a SharePoint site. It works fine so far, but now I want to programmatically change the...
View ArticleCustom Data Lifecycle Solution
Dear Colleagues,I thought I might share my plans with some SharePoint gurus here as 2 heads are always better than one... :)I am looking at possibilities of SharePoint 2013 in terms of a solution for...
View ArticleTitle field clearing / going blank on updates to Office 2010+ documents
Hi guys. I am having a problem where the Title property on a document (or more specifically any docx or xlsx document) using a certain content type is being made blank when a user edits the document....
View ArticleJavascript Caml Query join error
Greetings, i'm getting an error in a caml query. I have 3 lists: Reuniones, Tareas, Gerencias. Tareas has a lookup to Reuniones (by ID) and Reuniones has a lookup to Gerencias (by Title). I'm trying to...
View ArticleNull Reference Exception in Button_Click event in Visual Web Part in...
Hi, I have created a Visual Web Part suing Visual Studio 2012. The web part contains a button, on click event of the same I validate the input using inline jquery and then if it is valid, then it...
View ArticleWhere do I find Microsoft.SharePoint.PowerShell.dll?
I'm trying to add a reference to it but can't find it in the GAC or the hive ISAPI folder. Thanks!
View Articleservice application in sharepoint 2010
hi all,i'm new to sharepoint. i have a small problem, i have created a customer service application and deploey it to sharepoint and tested it, and everything worked fine for me. now i checked the IIS...
View ArticleCalculated Date Column
Hi I want to use a calculated column to change the date of a daite field.If the date is past 6pm ex. 7pm, make it 6.2/7/14 6:05 PM = 2/7/14 6:00 PM andif before 7 Am make 7.2/7/14 5:45 AM PM = 2/7/14...
View ArticleAdding Document Link
I am trying to insert a shortcut 'Add DocumentLink' like 'Add Document' inside a document library (just replacing upload.aspx with newlink.aspx (id=idHomePageNewLink) it brings up the first form to...
View ArticleList field vs. Content Type Field - Powershell
Hello,We have a bunch of document libraries where we have a List Column that contains information. We have recently added a content type to the libraries and would like to copy the information from...
View ArticleUsing Microsoft.Office.Interop.Outlook in a sharepoint feature?
I'd like to be able to create a meeting request within an event receiver and have found this code shown here:http://msdn.microsoft.com/en-us/library/bb644964(v=office.14).aspxHowever I do not see the...
View ArticleCustom Error Page not opening as Model Dialog Box
Hi,I have created a custom Error Page to show the message on Item Deleting Event Receiver.public override void ItemDeleting(SPItemEventProperties properties) { base.ItemDeleting(properties);...
View ArticleCaml to retrieve all utems of dropdown list from sharepoint
I have a sharepoint list "tracker" with fields dropdownlist "Area" and textbox name. I have 3 values in Area dropdown. I want to retrieve all 3 items from Area drop down and bind to combobox in...
View ArticleCaml to retrieve all items of dropdown list from sharepoint
I have a sharepoint list "tracker" with fields dropdownlist "Area" and textbox name. I have 3 values in Area dropdown. I want to retrieve all 3 items from Area drop down and bind to combobox in...
View ArticleCAML Query to get Items based on Year and Month From Date Column
Hi All, * As we knew that there are default columns in calendar like Stattdate,Title,Location..etc. * I required the CAML Query to get the list items of calender of particular Month and...
View ArticleTrying to use Web LCID property to get the List name in client object Model
Hi ,I am trying to change the "Personal Documents" list NoCrawl property under MySite using SharePoint Client Object Model. As we use web.Lists.GetByTitle("Personal Documents"); method to get the...
View ArticleCreate site from webtemplate error
Hi I have very weird error. I save a site as template. Then I create a new site from that template. Everthing works fine.However, if my colleague saves the same site as a template, and I create a site...
View ArticleRetrieve querystring values in ItemAdding event
Hi,How to retrieve the querystring value in ItemAdding event?Thank you
View ArticleHow to get the original query string in an event receiver when dialogs are...
I have scenario where I am adding a document to a document library which has an external data column on it. My goal for this column is to have it automatically populated with an appropriate value based...
View ArticleListview, select on click
Hi all!I have a list view dropped on a web part page and I am using some xslt to adjust the view to the way I want it to look. It is quite convenient, but, thing that I don't like is - if you click...
View Article