Monday, 7 November 2016

List CRUD operation with JSOM in Sharepoint hosted apps

Hi in this article am going to explain how to perform list crud operations using JSOM in Sharepoint hosted apps. Upon creating of sharepoint hosted app we will get created with Default.aspx page we will write all designing code (HTML) here. And in App.js file we will write business logic using jsom. To Read List Items Using JSOM:- var hostWebUrl; var appWebUrl; var context = SP.ClientContext.get_current(); var...

Wednesday, 11 February 2015

Sunday, 8 February 2015