C# – Custom search webpart in sharepoint 2010

csharepoint-2010visual studio 2010

I wish to create a custom search webpart using visual studio 2010 using c#. The search must be able to search for all users, document libraries, list, etc in my sharepoint and display the results. How should I go about creating it. I searched various sites, and I am unable to find a good source for creating a custom web part that I can deploy onto my sharepoint 2010.

Please assist. thanks.

Best Answer

To develop a custom webpart for search, You can follow the post here :

http://extreme-sharepoint.com/2011/10/28/sharepoint-keywordquery/

Related Topic