avi-sharepoint4u.blogspot.com
My Sharepoint Blog: August 2011
http://avi-sharepoint4u.blogspot.com/2011_08_01_archive.html
Monday, August 22, 2011. Things I learnt from Support - How do I set Alerts for a Distribution List? Pre-requisite: The group (or the Distribution List) that you are setting up the alert for has to be a mail-enabled security group. 1 Navigate to Site Settings - People and Groups - Site Visitor group. 2 Add the Distribution List as a user in the Site Visitor Group. 3 Go to the List where you want to set up the alert. 5 Make sure the List inherits the permission of the parent site. Url=/library/en-us/sppts...
avi-sharepoint4u.blogspot.com
My Sharepoint Blog: Sorting Dropdown list in ASP.NET using C#
http://avi-sharepoint4u.blogspot.com/2011/09/sorting-dropdown-list-in-aspnet-using-c.html
Friday, September 23, 2011. Sorting Dropdown list in ASP.NET using C#. Okay, Break from SharePoint. This is something that we often come across in coding.Got this from another developer. Keeping this here for future reference. Http:/ www.codeproject.com/KB/aspnet/ASPNET DropDownList Sort.aspx. Sorting Dropdown list in ASP.NET using C#. Here I gave a small and easy technique of sorting the Dropdown list in ASP.NET. Sender, EventArgs e) { this. DropDownList1.Items.Add( ". DropDownList1.Items.Add( ". TextLi...
avi-sharepoint4u.blogspot.com
My Sharepoint Blog: Custom Page for Upload in Document Library
http://avi-sharepoint4u.blogspot.com/2011/09/custom-page-for-upload-in-document.html
Friday, September 23, 2011. Custom Page for Upload in Document Library. Here is how we approach:. 1Create a Feature which will install the custom Document Library Template. 2Create a new control template which renders the New menu, Upload menu, Actions menu and Settings menu in the toolbar. 3To customize the Upload Menu, Create a class which inherits from the Microsoft. 4Create the custom upload page and make changes in it to suit your purpose. SharePoint:SettingsMenu ID="SettingsMenu1" AccessKey=" %$Res...
avi-sharepoint4u.blogspot.com
My Sharepoint Blog: August 2010
http://avi-sharepoint4u.blogspot.com/2010_08_01_archive.html
Monday, August 9, 2010. Create custom Article Page Layout and bind it with content type. A common requirement of many MOSS projects has been creating some news or article pages with custom columns or additional columns.To achieve this, we need to first create a custom content type with the same columns.Refer to the post create-custom-columns-and-custom content type. Here we will show how to create a custom page layout and bind it to the custom content type to create a custom article/news page. Property N...
harbar.net
“Stuck on Starting”: Common Issues with SharePoint Server 2010 User Profile Synchronization
http://www.harbar.net/articles/sp2010ups2.aspx
Zero Down Time Patching in SharePoint Server 2016. SharePoint 2016 Nugget #2: Distributed Cache Size in MinRole Farms. SharePoint 2016 Nugget #1: Topology Service in MinRole Farms. Distributed Cache Service Identity: Turning the Playbook into real Tools. The Playbook Imperative and Changing the Distributed Cache Service Identity. Configuring Kerberos Constrained Delegation with Protocol Transition and the Claims to Windows Token Service using Windows PowerShell. Application Pool Manager F.A.Q. April, 201...
avi-sharepoint4u.blogspot.com
My Sharepoint Blog: September 2011
http://avi-sharepoint4u.blogspot.com/2011_09_01_archive.html
Friday, September 23, 2011. Custom Page for Upload in Document Library. Here is how we approach:. 1Create a Feature which will install the custom Document Library Template. 2Create a new control template which renders the New menu, Upload menu, Actions menu and Settings menu in the toolbar. 3To customize the Upload Menu, Create a class which inherits from the Microsoft. 4Create the custom upload page and make changes in it to suit your purpose. SharePoint:SettingsMenu ID="SettingsMenu1" AccessKey=" %$Res...