function GetExternalData(userId) { var parameters = "GetExternalData," + userId; try { $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest(parameters); } catch (e) { } } When I call ajaxRequest method of RadAjaxManager I get a strange error: 'error': 'Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Value cannot be null. Parameter name: key'