public static string GetUserFieldType(ClientContext ctx, FieldUserValue value)
{
var objList = ctx.Site.RootWeb.SiteUserInfoList;
var userInfo = objList.GetItemById(value.LookupId);
ctx.Load(userInfo, i => i.ContentType);
...
Saturday, 14 March 2015
CSOM:- Programmatically Get SharePoint list person or group column value in SharePoint using CSOM
Continue Reading...
Labels:
csom,
SharePoint,
SharePoint 2013
Sunday, 1 March 2015
SharePoint Angular Js :- Add items to SharePoint List using Angular js Example

1.Create a Custom List Name as "Emp" and Create a below Column Name
2.Create one Content Editor WebPart and paste the below code
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script>
<script>
function EmpCtrl($scope)...
Labels:
Angular js,
Angular.js,
office 365,
SharePoint,
SharePoint 2013
SharePoint Angular Js :- Get items from SharePoint List using Angular js Example

1.Create a Custom List Name as "Emp" and Create a below Column Name
2.Create one Content Editor WebPart and paste the below code
<script type="text/javascript">
function altRows(id){
if(document.getElementsByTagName){
var table = document.getElementById(id);
var rows = table.getElementsByTagName("tr");
...
Labels:
Angular js,
Angular.js,
office 365,
sharePoint 2010,
SharePoint 2013
SharePoint Knockout js :- Get items from SharePoint List using Knockout js

1.Create a Custom List Name as "Emp" and Create a below Column Name
2.Create one Content Editor WebPart and paste the below code
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<script src="https://SiteCollectionUrl/sites/DevSite/Style%20Library/knockout-3.3.0.js"></script>...
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,...
Labels:
Add new Item,
jsom,
Napa,
office 365,
SharePoint Apps
Subscribe to:
Posts (Atom)
Followers
Follow The Author
Designed By Templateism | Seo Blogger Templates