G
GroupReader
I posted a similar question earlier and got lots of good feedback, but
now I have more information:
Problem: I have javascript in a user control that is not "loading"
properly. When I try to call the script from my page, I get "object
not found".
Temporary Workaround: This only happens when I have "debug=true" in my
web.config. If I remove debug=true then then script works fine.
More info:
Here's the hierarchy of my entire page:
Master Page
Content Placehoder
LeftUpdatePanel
Very large infragistics treeview
RightUpdatePanel
TabContainer User Control
Infragistics tab control - loads another UserControl
for each "tab"
Tab User Control
PROBLEM HERE: Script that is not loading
properly is way down here.
I can try to call a function that does "alert('hello');" and the
function is not found.
When I compile the application in release mode without debug=true, all
works fine.
What's going on?? Any ideas?? Thank you very much. I welcome all
comments.
now I have more information:
Problem: I have javascript in a user control that is not "loading"
properly. When I try to call the script from my page, I get "object
not found".
Temporary Workaround: This only happens when I have "debug=true" in my
web.config. If I remove debug=true then then script works fine.
More info:
Here's the hierarchy of my entire page:
Master Page
Content Placehoder
LeftUpdatePanel
Very large infragistics treeview
RightUpdatePanel
TabContainer User Control
Infragistics tab control - loads another UserControl
for each "tab"
Tab User Control
PROBLEM HERE: Script that is not loading
properly is way down here.
I can try to call a function that does "alert('hello');" and the
function is not found.
When I compile the application in release mode without debug=true, all
works fine.
What's going on?? Any ideas?? Thank you very much. I welcome all
comments.