Replace UpdatePanel with JQuery

Posted by Daud on Stack Overflow See other posts from Stack Overflow or by Daud
Published on 2009-01-06T07:16:33Z Indexed on 2010/05/28 1:11 UTC
Read the original article Hit count: 297

I'm using UpdatePanel to asynchronously call a button click event in a page that calls a method in another class which writes out an XML file on the output. Is there a way to do this with JQuery instead of UpdatePanel?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX