Redirect the page to another site/site collection in SharePoint
Post Views: 119 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…
Learn developer and data technologies with us
Post Views: 119 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: 190 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: 62 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…