Nov09

ClientScriptManager...why didn't that work?

.NET 2.0 added the ClientScriptManager to allow developers a simple method to add javascript and other "Script" capabilites to a web page easily.  However, the documentation never really got developed, so attempting to use it can be a bi ...[Read More]
Published: Nov-09-07 | 0 Comments | 0 Links to this post

Nov09

Web Resources, Solving Javascript inclusion in your web part

Working with client side controls requires a lot of javascript, and I have often just written the javascript in the Render or RenderHTML functions of my web controls.  This works, but is NOT the best, or even a recommended method to do this.  So I ...[Read More]
Published: Nov-09-07 | 8857 Comments | 0 Links to this post