I have a Gridview with paging buttons. i want to add my custom asp.net button along with paging. something like below in the same line
 
 1 | 2 | 3 | 4 >>                                    [Button Control]
I want to implement export functionality. Since I don't have space in grid header i want to make use of paging space. Let me know if that is possible
I m using custom paging and need to add the button in same paging row