Error – The user does not exist or is not unique SharePoint 2010

Currently I was doing some settings for super accountIn this context, I executed below command in powershell window. stsadm -o setproperty -propertyname portalsuperreaderaccount -propertyvalue account -url “<site-url>” But my site stops working and got below screen while access url with error message. “The user does not exist or is not unique SharePoint 2010“ So I … Read more

MasterPages in SharePoint 2013

As we know that there are huge changes in look and feel of SharePoint 2013 while compare to SharePoint 2010. This is all because of Master Page. There are 2 types of MasterPage which is being used in SharePoint 2013. Oslo masterpage and Seattle masterpage On Oslo masterpage left nav is removed and in Seattle … Read more

Migrate SharePoint 2010 Application to SharePoint 2013 Step by Step

Migrate SharePoint 2010 to SharePoint 2013, Step by StepIn this blog, I will explain about migration from SharePoint 2010 to SharePoint 2013 which I did.PrerequisiteBe ready with a new SharePoint 2013 FarmThe first Step is related to Database as Data is important. To avoid data loss first set Database to read only. To do this go to … Read more

Show Hide div area in Angular JS

This is my second post on angular js. In this post I have create 2 radiobutton and will show hide a div area on basis of selection.Create a “AngularModelController.js” file and write below code:/// <reference path=”angular.min.js” />var myApp = angular.module(‘angularApp’, [])myApp.controller(“angularController”, function ($scope) {    $scope.message = “This is my Angular JS post”;});Below is the … Read more

SQL Server Interview Questions Part2

Few important questions for SQL Server asked ASP.Net Developer. Part- 2  Indexes-Indexes are used to query data faster from a table. Indexing avoids full table scan. Create Index IX_customer_amount on tblcustomer (purchase_amount ASC) So this index will store purchase amount in ascending order.Purchase amount20005000550075009000 To view all indexes on a table either go to object … Read more

Use SharePoint Searchservice to get content from public site

How to crawl a public website content into a SharePoint site?Just now i developed this module, the scenario is:I have a page in SharePoint and I want to search content from other public websites and want to show the result in a data source into my Page.First you need to configure search service.Create scope, each … Read more

SQL Server Interview Questions.

In this blog, we will see some of the important SQL Interview Questions and Answers. 1. What is a Primary Key? The primary key is used to uniquely identify a record. A table can not have more than one primary key.If a table has userid, email, passport no. and userid is the primary key then how to maintain the … Read more

JQuery Tutorial

What is JQuery? · Jquery is a light weight java script library.· JQuery is cross browser.· Easy to write compare to java script. $(document).ready is a jquery event. It fires as soon as the DOM is loaded.This event is fired before all the images, css are fully loaded. $(window).load event fires when DOM and all … Read more

Improve ASP.Net Website performance using PageAdapter

If you are working on a website then there might be a chance to handle a large amount of data on a public site. Generally, we are binding code with Gridview like this: Gridview1.Datasource = dataset;GridView.DataBind(); After that our page loads data and it looks ok, but when we look into view source of the … Read more

All about Active Directory with C# Programming

Active Directory with C# Programming

In this blog, We will perform operations with Active Directory with C# Programming. Some of the operations such as enabling users, and disabling users. Before moving ahead, We will first understand – What is an Active Directory. What is Active Directory? Active Directory is a central database for an organization. It keeps the record in … Read more

RSS
YouTube
YouTube
Instagram