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 call a button click event in jquery you can do this...
$("#MyButtonID").click();
Where the button html looks like this...