Sir
I wrote some javascript fns in usercontrol.In aspx page I added radajaxmanager and this usercontrol.then the javascript fn is not recognizing.When i remove the radajaxmanager,its working.The radajaxmanager in my page is necessary too..
Any way to solve this prbm
Plz help me..
thanks
3 Answers, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 13 Aug 2008, 08:31 AM
Hello Priya,
Please wrap the script into RadScriptBlock control and verify if the scripts will be properly registered.
RadScriptBlock is used where you have JavaScript that evaluates after an AJAX request.RadScriptBlock wraps JavaScript where the JavaScript is located in an updating area.
Test this approach and let us know if this helps.
Best wishes,
Maria Ilieva
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.