Hi,
I want to show and hide the loading panel explictly in my code. so as suggested in the documentation i am using "OnRequestStart" and "OnResponeEnd" to do that. The problem I am facing is sometimes the javascripts which i have registered for these clients events are not being called.
To give some more details I have a panel 'A' in which I am loading usercontrols dynamically and I have to refresh another panel 'B' if any action happens on this user control. So when I add an ajax setting with the ajax control id as the user control and updated control as the panel 'B' the controls behave as expected but the javascripts are not being called and if instead of the usercontrol I add an ajax setting with ajax control id as panel "A" and updated control is as panel "B" then the javascirpts are being executed but Panel "B" doesnt get refreshed.
I have a master pahe which has the ajaxmanager and I am adding the ajax settings dynamically.
Any pointers on this will be very helpful
Thanks
I want to show and hide the loading panel explictly in my code. so as suggested in the documentation i am using "OnRequestStart" and "OnResponeEnd" to do that. The problem I am facing is sometimes the javascripts which i have registered for these clients events are not being called.
To give some more details I have a panel 'A' in which I am loading usercontrols dynamically and I have to refresh another panel 'B' if any action happens on this user control. So when I add an ajax setting with the ajax control id as the user control and updated control as the panel 'B' the controls behave as expected but the javascripts are not being called and if instead of the usercontrol I add an ajax setting with ajax control id as panel "A" and updated control is as panel "B" then the javascirpts are being executed but Panel "B" doesnt get refreshed.
I have a master pahe which has the ajaxmanager and I am adding the ajax settings dynamically.
Any pointers on this will be very helpful
Thanks