Tuesday 28 August 2018

Data connections in Infopath forms

https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form

Wednesday 1 August 2018

Wednesday 13 June 2018

Install and unistall a dll into GAC using Powershell

https://www.c-sharpcorner.com/uploadfile/anavijai/how-to-install-or-uninstall-dll-in-gac-using-powershell/


Set-Alias
Name: Gacutil
Value: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe

Install : 

Gacutil /i D:\test\itextsharp.dll

Uninstall : 

Gacutil /u itextsharp

Tuesday 12 June 2018

Angular js operations in Sharepoint

http://www.sharepointpals.com/post/Basics-of-AngularJS-in-SharePoint

https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs

http://www.sharepointpals.com/post/How-to-Create-Custom-Service-in-AngularJS-for-CRUD-Operations-on-SharePoint-List


Monday 11 June 2018

For my reference

to enable announcement and all other features in team site into a publishing site

http://sharepoint.stackexchange.com/questions/12924/enable-team-site-for-a-publishing-site

Fetching a video from asset library into a sp page
http://www.learningsharepoint.com/2012/08/05/addembed-video-to-sharepoint-2013-site-page/


hide a field based on the value in another field

http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field



we can take any default snippets code in sharepoint for our custom use

design manager >>> masterpage >>> snippets


to link a html button to connect to outlook button in sharepoint

http://sharepoint.stackexchange.com/questions/14271/how-to-embed-the-connect-to-outlook-link-in-a-page

For creating and configuring MySite in sp2013

http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/


For Jquery Loader

http://www.jqueryscript.net/tags.php?/loading%20spinner/

http://www.jqueryscript.net/demo/jQuery-Plugin-To-Handle-CSS3-Powered-Spinners-Loaders-Loading-js/

Saturday 28 April 2018

calculated field formulas in sharepoint

https://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx

https://support.office.com/en-us/article/examples-of-common-formulas-in-sharepoint-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3

https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-month-only-from-date-time-column-in-sharepoint-2013-li/


https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-year-only-from-date-time-column-in-sharepoint/

Get current login user detail in sharepoint

https://www.c-sharpcorner.com/article/get-the-current-logged-in-user-details-in-sharepoint-2013-using-ssom-csom-rest/

Featured post

Data connections in Infopath forms

https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form

Popular Posts