Happy Coding
Jeffrey Zhao, Microsoft MVP from China, enjoys programming in Microsoft platform every day.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
AJAX Control Toolkit
ASP.NET AJAX
AutoComplete
Batch Deletion
C#
Expression Tree
JavaScript
Lambda Expression
LINQ
LINQ to SQL
UpdatePanel
XmlHttpRequest
Sponsors
advertise here
News
Starting blogging in English.
Here's my blog
in Chinese and I've written numerous posts there.
Navigation
Home
Blogs
Archives
April 2008 (2)
March 2008 (2)
February 2008 (1)
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....
Filed under:
ASP.NET AJAX
,
UpdatePanel
,
JavaScript
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....
Filed under:
AJAX
,
ASP.NET AJAX
,
UpdatePanel
More Posts