Hi,
i am using RadAjaxManager for showing the image whenever the server is responding, it was working fine. When i am using the code for printing the page using javascript. To print the page, the page has to go to server and get the details, when i am assign the radajaxManger it was not working.
my radajaxManager:
<telerik:AjaxSetting AjaxControlID="imgPrint">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="pnlBellMaintainanceServices" />
</UpdatedControls>
</telerik:AjaxSetting>
i am using RadAjaxManager for showing the image whenever the server is responding, it was working fine. When i am using the code for printing the page using javascript. To print the page, the page has to go to server and get the details, when i am assign the radajaxManger it was not working.
my radajaxManager:
<telerik:AjaxSetting AjaxControlID="imgPrint">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="pnlBellMaintainanceServices" />
</UpdatedControls>
</telerik:AjaxSetting>