P
Paul D. Fox
I'd like to modularize my code and I like using the
"RegisterClientScriptBlock()" routine. However, I need to have a piece of
JavaScript registered at the end of the HTML form. My only work-around is
to hard code it in the HTML. Can I get the RegisterClientScriptBlock() to
write the script out at the end?
Paul
"RegisterClientScriptBlock()" routine. However, I need to have a piece of
JavaScript registered at the end of the HTML form. My only work-around is
to hard code it in the HTML. Can I get the RegisterClientScriptBlock() to
write the script out at the end?
Paul