We have a Sharepoint solution that uses AJAX. The button that triggers this is inside an update panel.
One of the things that we do is generate a MS Word document, t
Try adding script manager in your page load, like this:
((ScriptManager)Master.FindControl("ScriptManager1")).RegisterPostBackControl(btnExport);