示例#1
0
    protected void onDelete(object source, CommandEventArgs e)
    {
        int retval = objBLL.DeleteSignoffReason(Convert.ToInt32(e.CommandArgument.ToString()), Convert.ToInt32(Session["USERID"]));

        BindSignReason();
    }