Click here to Skip to main content
15,891,372 members
Articles / Web Development / ASP.NET

ASP.NET Custom Controls - Client-Side Script Generation

Rate me:
Please Sign up or sign in to vote.
4.67/5 (48 votes)
7 Apr 20039 min read 233.3K   3.9K   121  
Produce controls that encapsulate client-side script that are easily reused and provide dynamic behavior without incurring the overhead of frequent calls to the server.
To use:
1. Place the calculater.aspx file in the root of a virtual application.
2. Create an includes directory under the virtual app. directory and
   place the calc.js and calcStyle.css files in that directory.
3. Create a /bin directory under the virtual app. directory and copy
   the calc.dll file into it. (The calc.dll file can be built by running
   the makefile from a VS.NET command prompt)
4. Open browser to calculator.aspx

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions