April 2008 - Posts

1
Comments

Build a Simple Control to Refresh UpdatePanel from Client Side by JeffreyZhao

All we should do for the current feature is just to generate JavaScript proxies in the page. Actually I've also build an simple control to help the devs to raise async postbacks from client side, encapsulated the way described in this post....
7
Comments

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