Apr 24 2009
ASP.NET Extender Control: Walkthrough
Tweet Sample VS2008 Project is available at http://snipurl.com/asp_net_extendercontrol_sample.zip This is the continuation of ASP.NET Extender Control: Decorating & Componentizing Web Controls with Client Behavior. In this walkthrough, the following things are explained: Decorating or extending web control behavior. A mouse hover effect which is implemented in JavaScript would be applied to controls of type Button. Packaging client [...]