Search results for query: *

  1. M

    Data duplicate verification not working.

    I was able to rewrite the code to something else that does work, however with this code I am unable to verify the e-mail addresses, but it works fine to validate the username. protected void Button1_Click(object sender, EventArgs e) { using (SqlConnection con = new...
  2. M

    Data duplicate verification not working.

    Good Day everyone and thank you in advance. I am developing a registration webform and having some problem with the code to verify if an e-mail address already exists, before it saves to the database. this is what i have so far: protected void Button1_Click(object sender, EventArgs e)...
Back
Top Bottom