How to redirect different page on Save button click on SharePoint Forms using client side script

in this article we will how we can change the default behaviour of buttons available in SharePoint OOTB forms (Non-custom). We achieve this in different ways; below you can find simple and straight way. Here we used JQuery and OOTB Script Editor Web part on the form page.

 

Filter SQL Data using Fluent NHibernate

In this article we will see how to easily filter SQL data using Fluent Nhibernate.

 

How to enable withCredentials to flag on XMLHttpRequest in AngularJS for “Access-Control-Allow-Origin”

In this article we will see how to enable withCredentials config in you Angular project.

 
 

How to Break the Role Inheritance (Stop Inheriting Permissions) and assign with Unique Permissions for SharePoint list and Folders Programmatically C# CSOM

In this article let us see how to Break the Role Inheritance and Assign Permissions to the SharePoint Lists Programmatically using C# CSOM.

 

PowerShell Script – CSOM – Enable Disable Modern UI and Classic UI in SharePoint Office 365

In this article we can see a handy script to toggle between the Modern UI and Classic UI in SharePoint Office 365.

 
 

Upload Multiple Attachments to SharePoint List using Angular

In this article we will see how to upload multiple attachments in SharePoint List Item using Angular

 

Remove Attachments on SharePoint List Item using Angular

In this article we will see how to delete attachments in SharePoint List Item using Angular

 

SharePoint Office 365 – Site Columns – Choice Field AllowFillIn Choice as TRUE – Programmatically C# CSOM

In this article let us see how to update a choice field Allow Fill In Choice as TRUE Programmatically using C# CSOM

 
 

How to use SharePoint ‘Working on it’ modal dialog

In this article we will see how to use SharePoint’s own modal dialog wherever you want