If T_ANAME.Text = "" Or R_MALE.Checked = False Or R_FEMALE.Checked = False Or R_OTHERS.Checked = False _
Or (C_COUNTRY.Text = "-- Select Country --") _ Then
End If
This code shows syntax error.
I referred this page too If Statement With Multiple Lines