Home > Chintan Upadhayay (Page 2)

How to use the SharePoint Migration Tool

SharePoint Migration Tool

In the first post of this series, I introduced SharePoint Migration Tools Comparison Matrix between SharePoint Migration Tool Vs Sharegate Vs Metalogix. In this article, we will discuss the SharePoint Migration Tool powered by Microsoft. The good part of this tool is, it is Free and you don't need to be global admin

This Article is TAGGED in , , , . Read more

SharePoint Online Search using Rest API with query text?

Hello  Today we will cover SharePoint Search with REST API. In this tutorial, I will explain SharePoint Search API with the Query Text parameter. In my next article, I will cover Query parameters with different data types like SelectProperties, RefinementFilters, Properties etc. The Search REST service supports both HTTP POST and HTTP GET

This Article is TAGGED in , , , , , , , . Read more

Using CAML query show SharePoint list items for the previous and next week

In this post, I will show you how to filter the SharePoint list items for the previous week and next week from TaskDate, created by the current user. SharePoint list has the option to filter list from OOB under list view section, In this article, I will show you how can

This Article is TAGGED in , , , , . Read more

SharePoint Migration Tools Comparison Matrix between SharePoint Migration Tool Vs Sharegate Vs Metalogix

Recently my manager gives me a task to create a comparison Matrix between the SharePoint Migration Tool Vs Sharegate Vs Metalogix. So in this article, I would like to share SharePoint migration tools comparison matrix. I will also attach the comparison matrix sheet with this article.  Below the table is showing a summary of SharePoint

This Article is TAGGED in , , , . Read more

How to Check SharePoint Online Version?

While SharePoint doesn't have any version button or version infobox, so it's difficult to find which version of SharePoint am I using? So in this article, we will show you how to check the SharePoint Online version without any code. There are 3 ways to find out the version number: Service cnf file Using Browser Dev

This Article is TAGGED in , , . Read more

Page Layout and Text Layout Buttons Disabled on SharePoint Ribbon

Recently I was working on a Publishing site where I want to update a page layout and I am surprised to see my page layout button was disabled.  There are many reasons why the Page Layout/Text Layout button gets disabled in the ribbon: Check If you have sufficient permissions SharePoint Server Publishing Infrastructure feature is

This Article is TAGGED in , , , , . Read more

event.preventDefault() vs event.stopPropagation() vs return false

This article provides the information how can we prevent default behavior/action of an element in jQuery. Sometimes we need to stop/prevent element default action when a certain event is fired using jQuery.Event object methods we can achieve that event. We will see all three methods with a DEMO  event.preventDefault() event.preventDefault();  method is stop default

This Article is TAGGED in , , , , . Read more

jQuery .html vs .append vs .innerHTML Difference and Performance

This article provides the information about jQuery DOM insertion methods Difference and Performance. These methods are really matters for your page, It dramatically affects the performance of your page. .html() The .html() jQuery method set and return the content of selected elements. When this method is used to set content, It set the content

This Article is TAGGED in , , . Read more

What is Manifest file in SharePoint Add-In?

In the second post of this series I introduced What is the Host Web URL and App Web URL in SharePoint add-in. In this article we will discuss another important and required file, which called AppMainfest.xml. It is an XML file. Every SharePoint Add-In include AppMainfest file on his package. The Mainfest file

This Article is TAGGED in , , , . Read more

How to Create a Basic Accordion SharePoint Hosted Add-in

In this article, we are going to make a Basic Accordion SharePoint Hosted Add-in, built with HTML, CSS and jQuery. These type of add-ins are mostly used in FAQ's where we have Question and Answers.  Before start on an Accordion I request to go through the other SharePoint Add-in articles in this

This Article is TAGGED in , , , , . Read more