Introduction This application customizer will track the pageviews using Azure App Insights. The customizer will track the react routing which is used in SPA, in SharePoint Online it tracks the navigation between the news post which is not the actual post back. Also, added some custom properties about the site and the logged-in user details for … Continue reading SPFx – Application Insights Advanced
Sharepoint Customisation
SPFx – Document Preview
Introduction This is a list view comman set developed using SharePoint Framework extension. It will help the users to view the supported document preview in a side panel without navigating to the new tab or window. There will be a new button on the list menu named 'Smart View' to view the preview of the … Continue reading SPFx – Document Preview
Deprecated features in SharePoint 2013
Hi SharePoint friends, I hope you all enjoyed my last post on “Authentication & Authorization”. In this post I will discuss about the features that have been removed in SharePoint 2013 which was available on SharePoint 2010. Visual Upgrade: You could use this feature to upgrade from MOSS 2007 to SharePoint 2010 to give Site … Continue reading Deprecated features in SharePoint 2013
Tool Part for Visual Web Part – SharePoint 2010
Hi SharePoint Friends, I would like to discuss some cool stuffs for developing custom “Tool Parts” for SharePoint 2010 Visual web part. “Tool Part” is nothing but the set of controls that are required for your web part which works based on the tool part properties. It will be available as a new section in … Continue reading Tool Part for Visual Web Part – SharePoint 2010
SPGridView Problem – Paging and Grouping
Hi guys, i hope u all enjoyed my previous posts. Here i would like to share some information regarding SPGridView in SharePoint. It is one of the most effective and advanced control in SharePoint. Many of them have used this control and they succeed in their part. As per one of the client requirement i … Continue reading SPGridView Problem – Paging and Grouping
Slider Custom field type for SharePoint
Media viewer webpart for Sharepoint
To create a minimal master page
Open SharePoint Designer.On the File menu, click New, point to SharePoint Content, and then click the Page tab.Double-click Master Page to create a new master page.Click Design to show the master page in design view. You should see header and left margin areas and several content placeholders in the master page.Click Code to show the … Continue reading To create a minimal master page
How to: Create a Minimal Master Page
IntroductionOne of the first tasks that you must complete when configuring a Microsoft Office SharePoint Server 2007 Web site is to create one or more master pages. A master page contains references to elements that you can share across multiple pages in an Office SharePoint Server 2007 site, such as navigation, search controls, logon controls, … Continue reading How to: Create a Minimal Master Page
How to:Extend the Navigation Provider
You can extend the navigation provider in Microsoft Office SharePoint Server 2007 by deriving a custom provider class from any of the default site map providers. Deriving from an Office SharePoint Server 2007 site map provider supplies several benefits such as navigation node caching and security trimming. The following code example derives from the PortalSiteMapProvider … Continue reading How to:Extend the Navigation Provider