What is Impersonation in SharePoint Server?
Impersonation is a mechanism in SharePoint server that is use for running the lower access user permission to the higher access user permission. SharePoint Provide Two Method for impersonate to the user: 1) RunWithElevatedPrivileges: The RunWithElevatedPrivileges method is mostly used method for impersonation in SharePoint. Using the RunWithElevatedPrivileges user will run through the system account access […]What is Remote Event Receiver in SharePoint 2013?
Remote Event Receiver is a new Features in SharePoint 2013. The SharePoint App we can create the Remote event receiver that can be listen and handled by the SharePoint App. App are standalone application into the SharePoint 2013 that can be execute, installed and uninstall individually on client. Our SharePoint 2010 event receiver triggered on […]Can We Deploy Master Page and Custom Css from SharePoint 2010 in SharePoint 2013?
Yes. In SharePoint 2013 there are lot of changes in Master Pages and CSS. We can deploy the SharePoint 2010 master page into SharePoint 2013 Master page Gallary and deploying the css we need o do some updation in core.css file.What’s new with Visual WebPart in SharePoint 2013?
In Visual Web Part 2013 new Web Part template is added for creating the visual web part. WebPart classes and user control are merged into one new template while in SharePoint 2010 we had separate ascx and visual web part file. In SharePoint 2013 we can create the Sandbox and Farm Solutions using the new […]SharePoint 2013 Interview Questions and Answers
SharePoint 2013 Interview Questions and Answers here is come interview questions and answers, these are mostly asked by the interviewer, if you preparing for or looking for change in sharepoint 2013, you must read all these questions What’s the New App model? Ans: SharePoint 2013 Introduces a Cloud App Model that enables you to Create […]How to get top 3 salary in Sql server?
SELECT * FROM Employee WHERE ( salary IN ( SELECT TOP (3) sal FROM Employee as EmployeeSalary GROUP BY salary ORDER BY salary DESC ) ) Another query: SELECT MIN(salary) FROM Salary WHERE Employee IN(SELECT TOP 3 Employee FROM Salary ORDER BY Salary DESC)User Controls.ascx does not exist error in SharePoint
User Controls.ascx does not exist error in SharePoint I was getting the following error when trying to create a user control (ascx) and then load it into a web part. Error /_CONTROLTEMPLATES/UProject/UserInfo/UserInfoUserControl.ascx’ does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean […]How to attach a Content Database to a Web Application in SharePoint ?
How to attach a Content Database to a Web Application? When you create an web application in SharePoint, a new database is created and assigned to this web application. you can check this database in SQL Server as well, while creating a new web application, a database is created, in this time you can also change […]Create SharePoint User Group in SharePoint 2013
Create SharePoint User Group in SharePoint 2013 SharePoint group is a set of users that can apply the same permissions on a specific site or list or library. When you create a group in SharePoint that means you are creating a bundle of specific permission. After creating the group, if you want to assign someone […]Access denied error in crawl log in SharePoint
Error : Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has “Full Read” permissions on the SharePoint Web Application being crawled. Possible […]What is Workflow in SharePoint 2010?
What is Workflow in SharePoint 2010? Workflow are series of business process action steps that corresponds to the work process of any organization such recruitment process, HR approval process ,Inventory Management, Finance approval etc. Using the workflow we can create our automated approval workflow and will approved the created request on multiple level and will […]
Wednesday, 9 September 2015
Tech Contents
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment