Private Sub GridView1_RowDataBound(sender As Object, e As GridViewRowEventArgs) Handles
GridView1.RowDataBound
If e.Row.RowType = DataControlRowType.DataRow Then
Try
Dim numss As Label = CType(e.Row.FindControl("lblNum"), Label)
Catch ex As Exception
End Try
End If
End Sub
ไม่มีความคิดเห็น:
แสดงความคิดเห็น