When using a Downloader, I am receiving a JavaScript error:
Code: JavaScript
unable to get value of the property 'eo_l': object is null or unidentified
I have a Grid displaying available files, and a Downloader control, both wrapped in a CallbackPanel. All of the elements are wrapped in a user control.
While the downloader does appear to work, the error is appearing (depending on the user's browser settings: I keep mine to show JavaScript errors)
When debugging, this is shown:
Code: C#
Unhandled exception at line 6, column 31641 in http://localhost:60468/eo_web.ashx?id=b8c5bf7a-9b2d-40d1-9968-dd5a545d867c
0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'eo_l': object is null or undefined
What should I be looking at to set the eo_l property?