Saturday, 14 February 2015

Add item to sharepoint apps using napa office 365 clientWebPart

1.Create a Custom List Name as "Emp" and Create a below Column Name 2.Paste the below code in ClientWebpart.aspx <%-- The following 4 lines are ASP.NET directives needed when using SharePoint components --%> <%@ Page Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral,...
Continue Reading...

Friday, 13 February 2015

Programmatically Get items from sharepoint list in sharepoint apps using Napa office 365 tool

1.Create a Custom List Name as "Emp" and Create a below Column Name 2.Paste the below code in Default.aspx <%-- The following 4 lines are ASP.NET directives needed when using SharePoint components --%> <%@ Page Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral,...
Continue Reading...

Wednesday, 4 February 2015

get items from sharepoint list using spservices

1.Create a Custom List Name as "Emp" and Create a below Column Name  FirstName - Single Line Text  LastName-Single Line Text  Location-Single Line Text2.Create one Content Editor WebPart and  paste the below code <script type="text/javascript" src="https://Site Collection Url/sites/TestSite/Style Library/Samples/jquery-1.8.0.min.js"></script> <script type="text/javascript" src="https://Site...
Continue Reading...

get sharepoint list items using rest api

1.Create a Custom List Name as "Emp" and Create a below Column Name  FirstName - Single Line Text  LastName-Single Line Text  Location-Single Line Text2.Create one Content Editor WebPart and  paste the below code<script type="text/javascript" src="https://Site Collection Url/sites/TestSite/Style Library/Samples/jquery-1.8.0.min.js"></script><style><style...
Continue Reading...

check current logged user in sharepoint group using spservices

<script type="text/javascript" src="https://Site Collection Url/sites/TestSite/Style Library/Samples/jquery-1.8.0.min.js"></script><script type="text/javascript" src="https://Site Collection Url/sites/TestSite/Style Library/Samples/jquery.SPServices-2014.02.min.js"></script><script type="text/javascript"> $(document).ready(function() {   $().SPServices({     operation:...
Continue Reading...

Followers

Follow The Author