Clean text

private void button1_Click(object sender, EventArgs e) { dtlAfil x = new dtlAfil(); x.insertarRegistro( txtNumDniAfil.Text, txtNombreAfil.Text, txtApellidoAfil.Text, txtFechaNacAfil.Text, txtFechaMovAfil.Text, txtClaseAfil.Text, txtGeneroAfil.Text, txtLugarNacAfil.Text, txtNacionAfil.Text, txtOficioAfil.Text, txtEstadCivAfil.Text, txtSeccion.Text, txtProvincia.Text, txtPartido.Text, txtBarrio.Text, txtAdjunto.Text, txtActivo.Text, txtObservaciones.Text); this.limpiarPantalla(); } public void limpiarPantalla() { txtNumDniAfil.Text = ""; txtNombreAfil.Text = ""; txtApellidoAfil.Text = ""; txtActivo.Text = ""; txtAdjunto.Text = ""; txtBarrio.Text = ""; txtClaseAfil.Text = ""; txtEstadCivAfil.Text = ""; txtFechaMovAfil.Text = ""; txtFechaNacAfil.Text = ""; txtGeneroAfil.Text = ""; txtLugarNacAfil.Text = ""; txtNacionAfil.Text = ""; txtObservaciones.Text = ""; txtOficioAfil.Text = ""; txtPartido.Text = ""; txtProvincia.Text = ""; txtSeccion.Text = ""; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.