Hi Tony,
I have written the below code in my javascirpt file
Server Code :
try
{
if (!String.IsNullOrEmpty(delIDs))
{
_rolesRepository.DeleteFunctionalAreaAdministrators(delIDs);
}
}
catch (RulesException ex)
{
throw new Exception(“User Attempted to delete the last functional area administrator”
);
Client Side JavaScript :
loadError:
function(xhr, st, err) {
jQuery(“#rsperror”).html(xhr.status + xhr.statusText +