I know how to loop through the grid view rows :
foreach (GridViewRow oItem in GridView1.Rows)
{
//
}
but what i want to do is looping through the whole gridview including the rows in the other pages if i enable the paging
.
how to do this ?