I have a user control that I've implemented IScriptControl on to allow the addition of a client side api to the control. The user control contains a few RadComboBoxes. Everything is almost working, however, during the initial page load my client side dispose method is called, which in-turn causes a client side error in the RadScriptManager client side code in CreateCallback with error a is undefined.
We have a master page that is being used, which contains the RadScriptManager.
I'm sure I'm just missing something, but any help you can provided would be greatly appreciated.
We have a master page that is being used, which contains the RadScriptManager.
I'm sure I'm just missing something, but any help you can provided would be greatly appreciated.