Example #1
0
    protected void repAnnex_ItemCommand(object source, RepeaterCommandEventArgs e)
    {
        int id = common.IntSafeConvert(e.CommandArgument);

        if (e.CommandName == "Del")
        {
            if (BGBudAppendixManager.DelBudAppendix(id))
            {
                repAnnexBind(budid);
            }
        }
    }