Beispiel #1
0
    protected void DisableHatchHiddenBTN_Click(object sender, EventArgs e)
    {
        int   iHatchID = Convert.ToInt32(ProjectHatchesGV.SelectedRow.Cells[1].Text);
        Hatch h        = new Hatch();

        h.DisableHatch(iHatchID);
        ProjectHatchesGV.DataBind();
    }