Search code examples
asp.netlistviewdatapager

ASP NET data pager on top and bottom


I have a Listview + Datapager and I wonder if there's some fancy solution to "duplicate" it and show the same datapager on top and bottom of the datagrid without using 2 different datapagers.

Thanx a lot


Solution

  • I've managed it using this approach:

    http://www.codeproject.com/KB/custom-controls/mirror.aspx

    I created an ascx user control that replicates any other control exactly as it is.