[2006-11-20] Custom Web Controls for ASP.NET Apps Custom web controls for your ASP.NET application are a brilliant way to separate, reuse and "refactor" your code pieces. In that sense I consider myself to be a control freak and that's a good thing!
[2006-11-06] Using the CompilationMode Attribute to Boost Performance ASP.NET 2.0 introduced the CompilationMode attribute to let the developers decide how to compile individual pages, user controls and master pages.
[2006-11-06] ASP.NET 2.0: Submit Disabled Controls I recently built a JavaScript function in HeadLight that filled a textbox from JavaScript and then disabled the textbox to prevent the user to alter its contents.