Callback & Controls Rendering (Manually Partial Page Rendering) In my previous article, I wrote about Callback and JSON based Javascript serialization which you can find here . 1. Why Should I read this article As Callback doesn’t cause postback and...
FYI: sample code is attached @ the end When working in ASP.NET, sometimes you need to call server-side methods asynchronously without having either full-page or partial-page postback. Thanks go to the ASP.NET team to provide an easy implementation of...
It is always been a tension for web developers to write/read/run/access code between client side and server side. like write script at server side and use that @ client side or vice versa. today i would like to share some of my knowledge about this. HTH...