如题,
        Dim strValue As String = String.Empty        For Each grvrow As GridViewRow In grv.Rows
            strValue = grvrow.Cells(2).Text.ToString
        NextstrValue的值为nothing,也就是说没有取到,请问是语句有误,还是方法不对?