Come faccio a confrontare il valore di una text box e un campo di DB se sono uguali?
ho usato il metodo equals,ma non funziona
Vi posto il codice
While myReader.Read
If myReader.GetString(0).Equals(sndEmail.Text) Then
'Redirect to Thanks Page
Response.Redirect("thanks.aspx?req=find")
End If
End While