Useful tips for everyday
How to get list item value IN JavaScript? “javascript get select list value” Code Answer’s var as = document. form1. ddlViewBy. value; var e =…
Where do I find user alerts on my website? On the Site Actions menu , select Site Settings, and then select Modify All Site Settings.…
What will happen if you set the required field in the properties to yes? If you set the Required property to Yes for a field…
How do I permanently hide a folder? How to hide files and folders using File Explorer Open File Explorer. Navigate to the file or folder…
Is it possible to add placeholder in div tag? Using the :empty pseudo-class along with the ::before pseudo-element you can add a placeholder to an…
Why is sql saying invalid column name? If that column name is not available (a string usually does not exist as a column), you’ll get…
How do you customize theme Colors? Create a new theme color On the Design tab, click the arrow under Variants, and point to Colors. Click…
What happens if activation fails on Microsoft Office? More… If Office activation fails, you’ll see Unlicensed Product or Non-commercial use / Unlicensed Product in the…
How to customize a SharePoint web config file? To make customizing web.config files easier, SharePoint Foundation provides two ways to make changes. First, you can…
How do you call an API in PowerShell? What is a (REST) API? Invoke-RestMethod. When you call a REST API from PowerShell, you will use…