Protected Sub imgsqvtd_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)
Try
Dim txt As TextBox
Dim qdid As Integer
Dim off As String
Dim com As String
Dim no As String
Dim name As String
Dim lbl As Label
Dim chb As CheckBox
' Dim gvvqdt As GridView = CType(sender, GridView)
'Dim row As GridViewRow = DirectCast(gvvqdt.Rows(e.RowIndex), GridViewRow)
For Each row As GridViewRow In GVQual.Rows
Dim gvvqdt As GridView = CType(row.FindControl("gvvqdt"), GridView)
For Each ro As GridViewRow In gvvqdt.Rows
lbl = CType(ro.FindControl("lblvqdtid"), Label)
qdid = lbl.Text.Trim
chb = CType(ro.FindControl("chboff"), CheckBox)
If ch ...
Go to the complete details ...