Follow the below steps to change the Central Administration port number
- On the sharepoint server open the command line window and type cd C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BIN Continue reading…
Follow the below steps to change the Central Administration port number
One of my client asked to set the task list title textbox to readonly mode when the user selects edit item property from the context menu.
So, I thought to complete this scenario by making use of javascript Continue reading…
1) Configure site usage reports in Central Administration
Go to, Central Administration > Operations > Usage Analysis Processing
To display only the current site title in Sharepoint breadcrumb add the property ParentLevelsDisplayed=”0″ in the <asp:SiteMapPath… tag
The below Asp:SiteMapPath tag display only the current site title Continue reading…
Steps to configure Form based authentication in MOSS 2007:
Click Start > Settings > Control Panel, then click Regional and Language Options.
If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this post
In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, Source List and Destination List