protected void btCancelar_Click(object sender, EventArgs e) { LinkButton drp = (LinkButton)sender; GridViewRow gv = (GridViewRow)drp.NamingContainer; int index = gv.RowIndex; LinkButton btCancelar = (LinkButton)gvReqList.Rows[index].FindControl("btCancelar"); id_req.Value = gvReqList.Rows[index].Cells[0].Text; MPE_Rem.Show(); }
protected void btRemover_Click(object sender, EventArgs e) { MPE_Rem.Show(); }