By Udayakumar Ethirajulu , on December 7th, 2009
Hi Community,
I have contributed List Search WebPart for SharePoint in CodePlex.
Project Description:
This Project provides the List Search WebPart for WSS 3.0 / SharePoint 2007. Just add the WebPart to page and specify the list name, filter fields, display fields and criteria.
Simple Interface for Tool Part with advanced features for list search.
Features
Ajax Enabled
Easy configuration [...]
By Udayakumar Ethirajulu , on December 1st, 2009
The below sample feature creates new menu item in Site Actions menu, Please replace the GUID in the below code.
Sample Feature File
<?xml version=”1.0″ encoding=”utf-8″?>
<Feature
Id=”<GUID>”
Title=”Custom Menu Item”
Description=” ”
Version=”1.0.0.0″
Scope=”Site”
Hidden=”False” xmlns=”http://schemas.microsoft.com/sharepoint/”>
<ElementManifests>
<ElementManifest
Location=”elements.xml” />
</ElementManifests>
</Feature>
Sample [...]
Popular Articles