Monday 29 January 2007

Custom ASP.NET AJAX Control Extender

Joe Stagner shows you how to create a control extender to add client behaviour to a standard web control. This could be translated to AOP on Ajax, how good is that. Now you can add / extend your current applications without the fear of breking anything.

In this example, the TextBox control is extended to provide immediate feedback on the strength of the password entered by the user. (Note is Vb.Net)

You can view it at the ASP.NET site

No comments: