State Management in C#

In my other blogs, you may read C# 6.0 new featuresIn this blog, I will explore about State Management in C#. If you have attended an interview as a C#.Net developer, then questions related to State Management is likely to be asked. You may read Important C# interview questions and answers What is State Management … Read more

Bind a InfoPath dropdown with SharePoint List

This article explains about binding infopath dropdown with SharePoint List data.Posted on :27th Jul 2014 Suppose you have a requirement, you need to bind SharePoint list data to dropdown in Infopath. Simply you want to use SharePoint list as your data source for Infopath dropdown list. Follow below steps with given screen shot.Step 1: Open … Read more

Lookup column is blank after moving the list as STP file from one environment to another.

Do you know the importance of lookup column in sharepoint list?Its the kind of field in a list which pulls data from another field of a List.Suppose if you have two list called ListA and ListB in your sharepoint web application.You created a field in ListB of type Lookup and lookup data is coming from … Read more

Error-The Method GetItems of the type List with id is blocked by the administrator on the server

Recently i was working with SharePoint Client object model, suddenly I face an issue while accessing fetching SharePoint list data. Error was-The Method “GetItems” of the type “List” with id “{Lists’s Guid}” is blocked by the administrator on the server After searching over internet i found the solution and it worked for me: To solve … Read more

How to link 2 SQL DB servers

If someone wants to get data from 2 tables from 2 different SQL DB server. Then execute below stored procedures before running your query. Step1: exec sp_addlinkedserver    @server=db-server-name Step2: EXEC sp_addlinkedsrvlogin db-server-name, false, NULL, id, password Once you executed above SPs successfully, you can check linked server list by executing below SP. exec sp_linkedservers

How to add file in root of a sharepoint web application?

SharePoint folder structures are different, generally pages will be available in Page library. What if a user wants to add a file in root of SharePoint web application. Generally sitemap and robots files are added to root.Below is the powershell command which can add file to root location. $fileBytes = [system.io.file]::ReadAllBytes(“D:MyFoldersitemap.xml”);$site = Get-SPSite “http://server:80”;$site.RootWeb.Files.Add(“sitemap.xml”, $fileBytes, … Read more

SharePoint central administration page is blank after sharepoint installation

I have installed sharepoint 2010 successfully, even i have completed sharepoint configuration wizard with no error, but still i got blank central administration page. How to solve this issue ?I searched over internet and i did below steps and my problem gone. Go to IIS, check the authentication settings for SharePoint Central Administration website in … Read more

What is SPDisco.aspx file in Sharepoint 2010?

SPDisco.aspx file is a directory of all web services available in SharePoint. This file contains names and locations of all web service endpoints which is available in SharePoint.If you are creating  custom web service in SharePoint then you must do an entry of endpoints in SPDisco.aspx file. Location of SPDsico.aspx file is:“C:Program FilesCommon FilesMicrosoft SharedWeb … Read more

RSS
YouTube
YouTube
Instagram