I have a JavaScript 'myScript()' defined in my Formview's EditItemTemplate. When I try to execute (via 'onClick' event in a RadioButtonList) it I get "Error: myScript() is undefined".
I thought I would look for it by right-clicking on the page and choosing 'View Source' but when I do that, much of my page is missing! (including the FormView!). I'm using IE 11.
The page has a MultiView nested within the Formview's EditItemTemplate - that shouldn't be a problem... right?
Any thoughts about why the full source behind the page I'm looking at doesn't show?
Thanks.
Go to the complete details ...