December, 2009

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...
Page 1 of 1 (2 items)