ajax12

♣   By default ASP.Net controls will execute in server centric programming model

♣   What ever controls we are adding to update panel will follow client centric programming model

♣   Whenever we want to make ASP.net controls to follow client centric programming model, first we can drag and drop update panel, with in the update panel we can adding the ASP.Net controls or AJAX controls.