Pages

Sunday, July 12, 2009

Using ASP.NET AJAX Control Extenders in VS 2008

What are ASP.NET Control Extenders?

ASP.NET Control Extenders are controls that derive from the System.Web.UI.ExtenderControl base class, and which can be used to add additional functionality (usually AJAX or JavaScript support) to existing controls already declared on a page. They enable developers to nicely encapsulate UI behavior, and make it really easy to add richer functionality to an application.

Click here for details ......

No comments:

Post a Comment