Posts by denispolicarpocampos • 23 points
1 post
-
2
votes1
answer55
viewsQ: C# - Use form data in IF
I am trying to recover data from the form and need to use them in an IF. protected void btnSubmit_Click(object sender, EventArgs e) { try { if (txtLocalizacao.Text != "") { conn.Open(); SqlCommand…