示例#1
0
    protected void onDelete(object source, CommandEventArgs e)
    {
        int retval = objBLL.DeleteRank(int.Parse(e.CommandArgument.ToString()), GetSessionUserID());

        BindRankGrid();
    }