♣ AJAX controls are classified in to two types
1. Extender Controls
2. Non Extender Controls
Extender Controls :
♣ Extender controls are not individual controls, that means these controls will not provide any functionality individually
♣ Extender controls will extend the functionality of ASP.Net existing controls
♣ Every extender control will extend the functionality of one ASP.Net control
How To Implement Extender Control :
♣ Implementation of extender control will be divided in to two steps
step 1 :
Adding ASP.Net targeted control
Step 2 :
Adding extender control to targeted ASP.Net control
Non Extender Controls :
♣ These non extender controls are individual controls that means every non extender control will provide some individual functionality
♣ By default extender and non extender control will follow client centric programming model.