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
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
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.