Select the Element Inside The Div (Division)
Post Views: 5 In many cases, we might end up with having same element ID in DOM, however, this is not recommended. In such scenario, if we want to perform…
Redirect the page to another site/site collection in SharePoint
Post Views: 75 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…
Customize SharePoint URL using AAM and DNS
Post Views: 51 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…
SharePoint Powershell command to verify if the Outgoing Email Functions in Sharepoint Environment (Send Test Email Form SharePoint)
Post Views: 22 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…
Get Client/User IP Address in ASP.NET
Post Views: 148 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…
SharePoint 2013 – Introduction, Features, and Roles
Post Views: 5 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…
Insert, Update, delete and display using single Stored Procedure
Post Views: 17 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…
Introduction to SQL
Post Views: 16 Introduction to SQL SQL is a standard language for accessing and manipulating databases. What is SQL? SQL stands for Structured Query Language SQL lets you access and…
Git Basic Command
Post Views: 36 Here are few basic git command for beginners. git init --To Initialize git git add filename -- To Add Specific File git add . ---It Adds all…
What is CSS?
Post Views: 2 What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External…