I'm using ajax tabcontainer within updatepanel ( and i have placed toolscriptmanager in master pages) to render 2 tab controls. The tabs are rendering in Firefox but throwing error in IE8
ERROR:
0x800a01b6 - Microsoft JScript runtime error: Object doesn't support this property or method
It throws above error at below line of code in ScriptResource.axd file
self._tabIndex = opt.owner.get_tabs().length;
I'm using VS 2013 framework 4.5 and AjaxControlToolkit.dll 4.5.7.1213
Please help in getting this fixed.
Thanks