protected void btnActualizar_Click(object sender, EventArgs e) { banda b = new banda(); b.Nombre = txtNombre.Text; b.Estilo = txtEstilo.Text; CRUD.updateBanda(b); txtNombre.Text = ""; txtEstilo.Text = ""; txtCodigo.Text = ""; }