Archive for December, 2012
SharePoint REST interface with operators and functions
Introduction In the previous article SharePoint REST interface we have observed how to get list data from REST interface. In this article we will see the list of operators and functions that can be used with REST interface What information the article has various operators that can be used with REST interface various functions that […]
December 25, 2012
·
Adi ·
One Comment
Tags: REST Interface · Posted in: REST Interface, Sharepoint 2010, SharePoint 2013
SharePoint List internals with content DB details
Introduction Any SharePoint list we create, its information will be saved in Sql server content database.In this post we will see the internals of SharePoint list in relation to the content DB. What information the article has What happens in content DB when SharePoint List is created What happens in content DB when SharePoint List […]
December 19, 2012
·
Adi ·
13 Comments
Tags: List internal · Posted in: Sharepoint 2007, Sharepoint 2010, SharePoint 2013
Visual Studio Tip – Working file location
Tip – working file location in visual studio solution explorer When we are working on a file in Visual Studio project, it will be really annoying when have to search the file among all projects we have in the solution. Visual studio has a setting which will highlight your current page in the solution explorer.
December 17, 2012
·
Adi ·
No Comments
Posted in: General, Sharepoint 2007, Sharepoint 2010, SharePoint 2013, Tips and Tricks, Visual Studio 2011
Fix Error – Empty pages when new site collection is created
Introduction In this post we will see how to fix the blank page error when new web application or site collection is created. It is also observed that when we browse central admin it shows blank page where as all the settings are fine. What ever might be the case, you can fix this problem
December 17, 2012
·
Adi ·
No Comments
Posted in: General, Sharepoint 2010
Add, Update and Delete list items using ECMAScript
Introduction In this post we will see how to Add, Update and Delete SharePoint list items with ECMAScript (aka javascript client object model) Add item to SharePoint list Update item of SharePoint list Delete item from SharePoint list Skill Level – Medium
December 15, 2012
·
Adi ·
No Comments
Tags: ECMAScript, JavaScript Object Model in SharePoint 2010 · Posted in: JavaScript Object Model, Sharepoint 2010
SharePoint 2013 – Introduction and overview
SharePoint 2013 – Introducton and overview This video provides overview of key changes and new concepts in SharePoint Server 2013 and SharePoint Foundation 2013.
December 12, 2012
·
Adi ·
No Comments
Tags: SharePoint 2013 · Posted in: SharePoint 2013, Videos
Code Tip – SharePoint DateTime control date format
Tip – Modify Date format of SharePoint DateTimeControl The default selected date format of SharePoint DateTimeControl is ‘mm/dd/yyyy’. Changing selected date format to ‘dd/mm/yyyy’ can be done by LocaleId property
December 11, 2012
·
Adi ·
No Comments
Tags: DateTime format · Posted in: Sharepoint 2010, Tips and Tricks
Convert word document to pdf file
Introduction In this post we will see how to convert Microsoft word document to pdf files using interop. This can be used in SharePoint or Asp.net. These methods will support both .doc and .docx files. What are the points that are covered Generic method which converts single word document to pdf file Generic method which […]
December 10, 2012
·
Adi ·
No Comments
Tags: Word To Pdf · Posted in: C#, Sharepoint 2007, Sharepoint 2010, Tools