I get an error when calling set_rotatorType (using some code in an example post here):
[code]
[code]
oRotator.set_rotatorType(Telerik.Web.UI.RotatorType.FromCode);
[/code]
null is null or not an object.
I have the code in a RadCodeBlock and call the script from an onload on the body tag. I'm using a RadScriptManager. Do I need to include a path to some javascript files or something?