Browse by Tags

All Tags » AJAX » UpdatePanel (RSS)

Refresh the UpdatePanel using JavaScript Code by JeffreyZhao

Lots of customers asked me that how to refresh the UpdatePanel - it actually is to raise an async postback using JavaScript code. The feature is quite important in some scenarios but unfortunately, ASP.NET AJAX does not give any native support, so we have to find work arounds to do that....
More Posts