Looking to verify that any item or row in gridview is selected before moving to the next page.
If GridView1.?????????? = True Then
Dim S2 As String = Server.UrlEncode(u)
Response.Redirect("Registration.aspx?class_Reg1=" & S2)
Else
Response.Write("<font color=""Red""><i> Please select at least one row </i> </font>")
End If
TIA
If GridView1.?????????? = True Then
Dim S2 As String = Server.UrlEncode(u)
Response.Redirect("Registration.aspx?class_Reg1=" & S2)
Else
Response.Write("<font color=""Red""><i> Please select at least one row </i> </font>")
End If
TIA