views:

15

answers:

1

I have a GridView ,I enabled Paging.

I want to convert the current page of gridview into DataTable.Is there any extension method or techniques available to convert the current page contents of a gridview into DataTable?

Thanks in advance.