Here is the simple code for deleting list or library in sharepoint 2007
Download the code
Here is the simple code for deleting list or library in sharepoint 2007
Download the code
Here is the simple custom webpart which inserts items into (Title, Employee Name, Designation) Sharepoint custom list, before executing the webpart first of all you have to create custom list and required fields manually through UI as said below:
Create a custom list, name it as Custom List (you can also choose different name, but make sure to modify the same in the code Continue reading…
In this post we can learn how to display the business data (AdventuresWorks 2005) in a Business Data List webpart of Sharepoint 2007
Steps: Continue reading…
Go to Site Actions > Site Settings, under Galleries section click Site content types
On Site Content Type Gallery page click on Create, then redirects to new site content type page.
In the Name and Description section, fill the text boxes Name and Description. 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: