I need to display all the employees in one webpart. I created the gridview and attached the data by iterating through all the users in SharePoint. After that they asked me to add paging and I added our normal paging at the bottom. Now they want the paging in alphabetical order..
I need to display all the user name starting from “A” when Clicked on “A” and so on… I need to add both alphabetical paging and numeric paging…
I searched through google but to no avail.. can anyone help me with this?? Is it javascript/code behind…and how to incorporate the search function….
1 Answer