P
PJ6
I'm toying with the idea of overriding the render method on all my aspx
pages and inserting text loaded from a template page - what the HTML should
be on each page is easily achieved with string replace. Should work, but
only the HTML is rendered, it seems the script is ignored. Is what I'm
trying to do not possible (or, god forbid, inadvisable)? Perhaps there is
another method I need to override to manually render script?
Paul
pages and inserting text loaded from a template page - what the HTML should
be on each page is easily achieved with string replace. Should work, but
only the HTML is rendered, it seems the script is ignored. Is what I'm
trying to do not possible (or, god forbid, inadvisable)? Perhaps there is
another method I need to override to manually render script?
Paul