Posts

Showing posts with the label SharePoint

SharePoint2013 - CRUDQ operations using JavaScript Client Object Model

This article is about How to use SharePoint 2013 Client Object Model in Efficiently in JavaScript perform CRUD and Query operations. One thing that must be noted is SharePoint 2013 supports HTML5 that means we have much more capabilities in this version for client side processing.

SharePoint2013 JSOM System.ServiceModel. ServiceActivationException

While Developing a WebPart for SharePoint2013 that will access data from a list using JavaScript Client Object Model (COM or JSCOM/ JCOM) we are getting an Error on Development Machine.

Fancy Image Library For SharePoint2010

Image
A New Experience to view images in SharePoint2010 Image Library.  Deploy it yourself, without developer. This is a purely SharePoint2010 Client Object Model based customisation of Out Of Box image Library that displays larger versions of thumbnail images fetched dynamically to provide a new User Experience. Caption can be added to the enlarged image through Add/Edit form, and every aspect of the Image Gallery exists as plain HTML on the page. The idea is to use JSOM, Css, Jquery and FancyBox jquery extension to view images with advanced UI. 

Hide "Add New Item" link from sharepoint list view if user has already added an item.

Hide "Add New Item" link from sharepoint list view if user has already aaded an item Descibes a javascript method to hide "Add New Item" link from sharepoint list view if user has already aaded an item. i.e. Allowing users to add only one item to the list  from Out Of Box (OOB) view or webpart.

Consuming SharePoint List (SPList) Data in Windows 8 HTML/JS app

Image
Consuming SharePoint Data in Windows 8 HTML/JS app using SP Client Object Model SharePoint offers different models for developing business solutions i.e. Server Object Model Client Object Model .Net JS Asmx services REST

Display User Image With User Name on ListViews webpart in CreatedBy And ModifiedBy field.

Image
We all know SharePoint supports to store images along with user in the userprofile database. End user can user MySite to modify the content of their profile through Out Of Box screens that is very handy. but the question is  How to use the image / data on the screens where SharePoint left for customization?  Like we have a general requirement to show user's image along with User Name on the ListView webpart. or on the Document Library. or on the Listing page where use form field to bind data so users can view items.

Could not load file or assembly BCMLogon For SSRS

While configuring Reporting service with SharePoint i had found that Reporting Services is not available at  Central Administration > General Application Settings 

Custom LogIn Page For SharePoint2010

For Form Based Authentication / Sql Server First enable  Enable Forms Based Authentication (FBA)  for  Claims Based Authentication  web application from Central Admin.

SharePoint2010 BCS Does Not Allow To Select Multiple Values.

Image
Well all of us are aware Business Connectivity Service of SharePoint2010 and there are 100's or post that describes How to create BCS, How To Deploy BCS and many more. 

Customising SharePoint2010 Modal Dialogs

Image
First of all we discuss how the dialog framework works. Well  SharePoint  uses Modal Dialogs for both  Taking input from the user.(as New Item / Edit Itms forms) Notifing end User that some processing is going on. so please wait. For ease to work on these dialogs we are going to use OOB methods and feature present in  SP.UI.ModalDialog Class.

Understanding SharePoint2010 and SP2013 Claims Token

Claims-Based Authentication (CBA) Claims-based identity/authentication/authorization is about separating the maintenance of user authorizations and user sign-in out of a (web) application, by turning authentication/authorization into a separate (web) service.