Posts
  • Kundu

    How to develop a custom SharePoint search webpart

    • 0 Comments
    This sample SharePoint webpart is meant to do search using search web service and result the result and show it on SPGridView. create a new class library in visual studio and paste the below code. using System; using System.Data; using System...
  • Kundu

    How to add multiple SPGridView in one single custom webpart

    • 0 Comments
    I am writing this blog to provide a sample on how to develop a custom SharePoint webpart, which contains multiple SPGridView. While developing the sample, the challeges that I faced are how to add paging and have different datasources. However, the sample...
  • Kundu

    Relevance in SharePoint Search

    • 0 Comments
    Before reading this blog please check the following links, which will help you to better understand search relevance in sharepoint. Enterprise Search Architecture: http://msdn.microsoft.com/en-us/library/ms570748.aspx Building Search Queries...
Page 1 of 1 (3 items)