Post Views: 511 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 […]
SharePoint 2013 Questions and answers
Collection of SharePoint Interview Questions and Answers on SharePoint 2013, Job Seekers must know these some basic and very important questions and answers, these questions mostly ask by interviewer, also read questions and answers on SharePoint 2013, this is new version, now a days interviewer also ask some questions on SharePoint 2013
Open Modal Dialog in SharePoint 2013
Post Views: 2,394 Open Modal Dialog in SharePoint 2013 <script type=”text/javascript”> function openBasicDialog(tUrl, tTitle) { var options = { url: tUrl, title: tTitle }; SP.UI.ModalDialog.showModalDialog(options); } </script> <a href=”#” onclick=”openBasicDialog(‘/#your url#’,’Basic PopUp’);”>Open it</a> #your url#- here put your url name, which you want to open in Pop up
Server Error: This file may not be moved, deleted, renamed or otherwise edited
Post Views: 2,415 Server Error: This file may not be moved, deleted, renamed or otherwise edited SharePoint 2013 has an *.HTML file associated with each *.master and you should edit the *.HTML file and not the *.master. But if you created the *.master file by other means and try to rename, delete, or edit […]
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 […]
Code-blocks are not allowed in this file – SharePoint
Post Views: 2,274 Code-blocks are not allowed in this file I am currently having the same issue with my 2013 site. Solution: I have added the line below in the web.config <PageParserPath VirtualPath=”/*” CompilationMode=”Always” AllowServerSideScript=”true” IncludeSubFolders=”true” /> After this, the error has disapeared. This is not a very good solution because it is […]
App Part vs Web Part in Sharepoint 2013
Post Views: 6,432 A common question involves the difference between App Part and Web Part,Microsoft has changed the game from web parts to apps. App Part also known as Client Part . It uses an Iframe html element inside a SharePoint page to display the contents of an app. SharePoint automatically creates an App […]
OFFICE 365 ADMINISTRATOR INTERVIEW QUESTIONS & ANSWERS
Post Views: 19,567 Here is some questions and answers for Microsoft Office 365 Administrator Interview Questions and Answers What is Active Directory? It is directory that stores data pertaining to the users within a network as well as the objects within the network What is LDAP? LDAP is an internet standard protocol that runs over TCP/IP. […]
SharePoint Apps- Interview Questions and Answers
Post Views: 6,622 Here we are giving some SharePoint Apps- Interview Questions and Answers on SharePoint App Model. App model is very popular and most widely useful model of SharePoint 2013, SharePoint 2013 has come with new model to develop and applications or components with this SharePoint App Model. SharePoint Apps- Interview Questions and […]
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. […]