views:

77

answers:

1

I have a gridview with page size=4 what I need is how can i make for loop for all rows in grid view not just in the currnt page?

thanks alot

A: 

I'm guessing you want paging.

Have a look at Grigview Guy. He has some great examples. If that doesn't help, there is another example at the codeproject.

I hope these links help you.

Steven