Tuesday, May 28, 2019
10 Excel Skills and Top 10 Sites
›
10 Excel Skills that can help you analyze data like a pro: Sparkline Power Pivots Conditional Formatting Text Formulas Slicers Flash...
Thursday, May 16, 2019
SharePoint Designer 2010 - Set Variable [Today]-x Days
›
To set a DateTime field to [Today] + 5 days using a SharePoint Designer 2010 Workflow, this is what I did: 1) Create a Local Variable ...
Friday, May 10, 2019
Handel Multiple Click on Elements JQuery
›
I have experience that user on the page try to click multiple time on the button, in case of page delay, this is a short way to handle such...
Wednesday, May 8, 2019
Send E-mail from javascript using REST API - SharePoint
›
In SharePoint 2013 we can send emails using REST API where we can utilize SP.Utilities.Utility.SendEmail for doing the job. Note: T...
Friday, April 5, 2019
Remove a specific class from all child elements, and add new class
›
$ ( '#parentDiv' ). find ( "*" ). removeClass ( "old-class" ).addClass(" new-class ");
Thursday, March 28, 2019
Useful Windows Command Prompt Commands
›
1. Command History: You can track down your command history. c:\> doskey /history 2. Run multiple commands:You just need to put “&...
Wednesday, March 20, 2019
Upload Attachment to SharePoint Site List Item
›
Application Form Window CODE ---------------------- using System; using System.Windows.Forms; using System.IO; using System...
‹
›
Home
View web version