If you want to add AJAX effect to ASP.NET webforms full postbacks, add this meta tags to your page, or even better add it the your master page. <meta content="blendTrans(Duration=0.2)" http-equiv="Page-Enter" /></meta> <meta content="blendTrans(Duration=0.2)" http-equiv="Page-Exit" /></meta> This effect will…