Hi all ,

I am using Asp.Net 1.1.. How can Enumurate all the rows in a datagrid ? .This works in 2.0. But what about 1.1
Code:
For each  Row  as GridViewRow in GridView1.Rows          
          Next Row