Hi,
This is my scenario
When user Click the button
A javaScript Function is Called which is making a ajaxRequest.
This AjaxRequest from Code behind Registers a script (I m using RAdAjaxManger.ResponseScripts.Add(“radalert(‘HELP!!!’)”))
Along with this I have Added a setting in RAdAjaxManger
So that it shows a loadingPanel during this ajax request…
Problem is radAlert(which is Called From CodeBehind using ResponseScripts) doesn’t fire !!
If I remove the Ajax Settings(for RAdAjaxManager Itself) then it fires!!..please help
I need to show a loading panel when the Ajax Request Happens!!..