How to emit a client-side script library - TechRepublic
General discussion
August 21, 2003 at 03:40 AM
fgch

How to emit a client-side script library

by fgch . Updated 22 years, 10 months ago

Thanks Jonathan for this post,

I use this approach with “RegisterStartupScript” and “RegisterClientScriptBlock”, its really cool!

What I wonder is, if there is a way to emit a sort of script library, so that developers using my control can access methods and properties via javascript directly on the client.

I assume that this more of javascript question and that the library is emitted using “RegisterClientScriptBlock”, too?

Frank

This discussion is locked

All Comments