1

I am looking for paging in which I can enter values in a box to reach at desired page something like this.

enter image description here

I googled it. but could not find this. Help me if you have links or code. I am working on asp.net 4.0. Thanks

ChrisBint
  • 12,773
  • 6
  • 40
  • 62
syed mohsin
  • 2,948
  • 2
  • 23
  • 47

2 Answers2

1

There's no out of the box functionality. To do that, you'd need to override the DataBound event of the gridview and add a custom pager row. This CodeProject tutorial or this article might get you started.

Echilon
  • 10,064
  • 33
  • 131
  • 217
0

As told by Echilon i used CustomPager and used textbox instead of slider in it.

syed mohsin
  • 2,948
  • 2
  • 23
  • 47