L
Liz
Do you really have to use these methods like RegisterClientScriptBlock() to
get client-side Javascript into an ASP.NET 2.0 page ? For anything beyond
trivial scripting, this is really a painful process, no ?
I guess I'm not clear why you can't put JS inline ? Doesn't it just get
emitted along with any literal HTML in your page ??
Is there a way to load an external xxx.js file into your code ?
Thanks for any input ...
Liz
get client-side Javascript into an ASP.NET 2.0 page ? For anything beyond
trivial scripting, this is really a painful process, no ?
I guess I'm not clear why you can't put JS inline ? Doesn't it just get
emitted along with any literal HTML in your page ??
Is there a way to load an external xxx.js file into your code ?
Thanks for any input ...
Liz