I am now starting to use Telerik's ASP.NET AJAX controls for 2009 Q1 on my 3.5 web application. IN IE7 (in FF it works fine), whenever I hit a particular page, I get a javascript error stating
"'null' is null or not an object"
Looking this issue up, I have found various people saying it is due to an issue with validators and update panels (using ASP.NET AJAX controls - not Telerik). I am not even using any update panels on this particular page. Has anyone ever encountered this similar issue and come up with any solutions?
Thanks!