ASP.NET GridView Pager

  • Thread starter Thread starter imbirek8
  • Start date Start date
I

imbirek8

Hello

I am looking good Pager to asp.net GridView Control.
I would like to have: next/previous page, X results on page and go to X
page.
Can you recommend me a good (and free) Pager to GridView ?

Thanks
 
[...]
Sorry my suggestion was not free as you wanted. But trust me it is worth
every penny (think it is 100$ including the winforms controls)

Mayby, but I'm a student and I need free solution ;-)
 
[...]
How about Ajax Data Controls?
http://dotnetslackers.com/projects/AjaxDataControls/

They are free and I think they provide all the functionality you require.
[...]

It looks really nice ;) [tip: to run the sample you have to connect to
northwind database]

But Pager offers only numbers of pagers, go to next/previous/first/last page
("<<12345678>>")
What about changing the number of rows on page (drop down list) ? or go to X
page ? I couldn't find ant atribute to run something like that, am I wrong ?

Thanks
 
Back
Top