command.CommandText = "SELECT * FROM info where id=@id"; command.Parameters.AddWithValue("@id",textBox1.Text);