hi,
i'm trying to use an AjaxManager within a User control's script using your recommended following code:
but everytime the page give me a 'System.NullReferenceException: Object reference not set to an instance of an object' error.
any advice of what could be the reason?
regards
i'm trying to use an AjaxManager within a User control's script using your recommended following code:
| var ajaxManager = $find("<%= RadAjaxManager.GetCurrent(Page).ClientID |
| %>"); ajaxManager.AjaxRequest(args); |
any advice of what could be the reason?
regards