สวัสดีครับผมอยากทราบเรื่อง function findcontrol หน่อยอะครับคือว่าผมเขียน code c[[ouh
For Each row As GridViewRow In grvTrueF.Rows
Dim chk As System.Web.UI.WebControls.RadioButton = CType(row.FindControl("AnsT"), System.Web.UI.WebControls.RadioButton)
If IsNothing(chk) Then
Label1.Text = "nonono"
If chk.Checked Then
AnsSheet.Add(j, "T")
Else
AnsSheet.Add(j, "F")
End If