Post Views: 558 You have two options- create a file with the code in it (Notepad), upload it to your site somewhere, then either add a content editor web part to your page and link to that file or you can add script editor on the list/library page you want freeze, paste the given script […]
SharePoint
Problem in logging to Sharepoint Designer
Post Views: 512 Problem in logging to Sharepoint Designer Sometime you faces the issue to login into the Sharepoint Designer, even you have site collection permission. First you need to do clear SharePoint Designer 2013 Cache. Below are steps to clear SharePoint Designer 2013 Cache. Close SPD2013 Delete everything at %USERPROFILE%\AppData\Local\Microsoft\WebsiteCache Delete everything at %APPDATA%\Microsoft\Web Server […]
Genpact SharePoint Interview Questions
Post Views: 2,617 What are differences between list and library in SharePoint 2013? What are differences Between Hosted, Provider Hosted and SharePoint Hosted? What are differences between Application Pages and Site Pages? What is scope of Application pages? What is base class for Application Pages? What is class for event receivers? Type of Event Receivers? What […]
Sharepoint 2013 Sign out – Log in as a different user
Post Views: 2,633 Sharepoint 2013 Sign out – Log in as a different user There are no ‘sign in as another user’ option from the UI like it as before in previous version SharePoint 2007 and 2010. Some of the most common issues are: • Caching problems • Documents opened in external applications are […]
What are the difference between a List and a Library in SharePoint?
Post Views: 6,519 What is the difference between a List and a Library in SharePoint? A list contains items that are collections of fields/properties/columns. Optionally each item can have one or more attachments. A library is a list, but but have one and exactly one file associated with each item. Files are handled […]
Interview Questions on SharePoint
Post Views: 2,432 Interview Questions on SharePoint Difference between Update and system update in SharePoint list? What are ClassResources? How do you reference and deploy resources with an ASP.NET WebPart? By default which page layouts all the pages are created? Can multiple SharePoint installs point to the same DB? Can we access the application and […]
SharePoint Interview Questions and Answers
Post Views: 2,450 Here is some SharePoint Interview Questions and Answers those are asked in Interview from SharePoint Developers , these are some common and mostly asked SharePoint Interview Questions and Answers based on SharePoint 2013 and SharePoint 2010. please read and all SharePoint Interview Questions and Answers this will help you to crack the SharePoint Interview. […]
SPJobLockType in SharePoint Timer Jobs
Post Views: 1,876 All timer jobs in SharePoint have scope, on which they need to be run, and this can be a farm level, a server level and a content database level, SPJobLockType is a enum, having three value that is Job, None and Content Database Job means this timer job will run only once […]
Can we call SharePoint Web Services by Powershell?
Post Views: 1,178 Can we call SharePoint Web Services by Powershell? . Answers is Yes, we can call SharePoint Web Services in Powershell script, we can use SharePoint services in Powershell like Search.asmx, list.asmx etc. To access the SharePoint web services in Powershell, we use the New-WebServiceProxy cmdlet in PowerShell, which automatically fetch the Web Service Description […]
Read and View only permission in SharePoint.
Post Views: 1,239 Here are differences between Read and View only permission in SharePoint. Read Only Permission: If a users have “Read” permission level to a document, they can find the document using search or browser and open it in the browser or their client applications (MS office,MS Excel etc). Users can view pages and […]