Наследование: MonoBehaviour
Пример #1
0
        //protected void dgvDatos_SelectedIndexChanged(object sender, EventArgs e)
        //{
        //}
        protected void dgvDatos_SelectedIndexChanged1(object sender, EventArgs e)
        {
            puente puente = new puente();

            string id = this.dgvDatos.Rows[this.dgvDatos.SelectedIndex].Cells[1].Text;
            //this.Label1.Text = id;
            puente.elimina(id, "usuario");
            Response.Redirect("listar_usuarios.aspx");
        }
        protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
        {
            puente puente = new puente();

            string id = this.dgvDatos.Rows[this.dgvDatos.SelectedIndex].Cells[1].Text;
            //this.Label1.Text = id;
            puente.elimina(id, "productos");
            Response.Redirect("abmproductos_listados.aspx");
        }
        protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
        {
            puente puente = new puente();

            string id = this.dgvDatos.Rows[this.dgvDatos.SelectedIndex].Cells[3].Text;
            //this.Label1.Text = id;
            puente.elimina(id, "restriccion_disponibilidad_usuario");
            Response.Redirect("abmrestriccionlicencias_listado.aspx");
        }