Hi,
I've got a .Net 2.0 application that already implements ajaxpro (schwarz version) and has a whole host of code working well.
I'm adding a radChart to this functionality, but dont really want to change (to radAjax) any of the ajaxpro code I've already got working. I need to make the chart update / be called on through my already implemented ajaxpro callbacks.
The callbacks work and I can call the functions that will create the chart programatically, but I cant return this to the page mainly because its an object. I can add it during normal postbacks / page loads through the page.controls.add method, but obviously the standard ajax method requires a string (bool / int etc.) variable. I know that the control mainly returns an IMG html string which is what i need access to in order to integrate it with ajaxpro.
Are there any commands i can use to get access to this rendered string so i can update my page via my already implemented ajaxpro methods? Is there anyway to access the rendered content of the control that i can then inject into my page?
I've got a .Net 2.0 application that already implements ajaxpro (schwarz version) and has a whole host of code working well.
I'm adding a radChart to this functionality, but dont really want to change (to radAjax) any of the ajaxpro code I've already got working. I need to make the chart update / be called on through my already implemented ajaxpro callbacks.
The callbacks work and I can call the functions that will create the chart programatically, but I cant return this to the page mainly because its an object. I can add it during normal postbacks / page loads through the page.controls.add method, but obviously the standard ajax method requires a string (bool / int etc.) variable. I know that the control mainly returns an IMG html string which is what i need access to in order to integrate it with ajaxpro.
Are there any commands i can use to get access to this rendered string so i can update my page via my already implemented ajaxpro methods? Is there anyway to access the rendered content of the control that i can then inject into my page?