protected void btnValidar_Click(object sender, EventArgs e) { var dni = txtFName.Text; var name = brUser.GetName(dni); }