function OnAjaxResponseEnd(sender, arguments)
{
    //document.getElementById('btnExportExcel').style.display = (AreThereRows('dtgrid') ? 'inline' : 'none');
}
