protected void onDelete(object source, CommandEventArgs e) { int retval = objBLL.DeleteRank(int.Parse(e.CommandArgument.ToString()), GetSessionUserID()); BindRankGrid(); }