Nov28

How To Disable Windows 2003 Shutdown Event Tracker

I found a very nice article about disabling the Windows Server 2003 Shutdown Event Tracker, something I have to do every time I create a new VM from scratch. Go to Start -> Run Type: gpedit.msc In the right hand colum tree select Local ...[Read More]
Published: Nov-28-07 | 0 Comments | 0 Links to this post

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