Security Trimmed Control in SharePoint 2013
Post Views: 6 This post explain about Security Trimmed Control and how to use in SharePoint with out custom coding. We can do security trimmed from SharePoint Designer for different…
Learn developer and data technologies with us
Post Views: 6 This post explain about Security Trimmed Control and how to use in SharePoint with out custom coding. We can do security trimmed from SharePoint Designer for different…
Post Views: 18 There are several ways to print the div or section, however I found this is easiest way and it works fine. Code Sample Let me a bit…
Post Views: 4 Roadmap to the Future of SharePoint “The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive. This was the overarching theme in a…
Post Views: 43 This error occurs while creating SharePoint site collection. Error Occurs while executing below ps script: $web = Get-SPWebApplication http://spapp:1400/New-SPSite http://spapp:1400/ -OwnerAlias "ad\farmUser" -HostHeaderWebApplication $web -Name "Demo Team…
Post Views: 90 There can be some cases we may need to redirect some page or even home to another site or site collection (sub site may be). I observed…
Post Views: 61 Customize SharePoint URL using AAM and DNS 1. Configure DNS Open DNS Manager Navigate to respective forward lookup zone. Create a CNAME record by right clicking in…
Post Views: 34 SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint) One can simply test outgoing email from SharePoint. With…
Post Views: 165 Often we collect the users information visited to our site for audit or records for analysis and security. We can get the value from ServerVariables collections of…
Post Views: 9 Introduction Welcome to the world of SharePoint 2013. SharePoint 2013 Production version is released & Live implementations are going on. In this article I would like to…
Post Views: 32 Insert, Update, delete and display using single Stored Procedure Create table first. Here I have created StoreInfo table with above column. What is stored Procedure? A stored…