Initially, I was not able to get an export to Excel procedure working. I had virtually the same functionality working on a different page, so I was stumped for a while. The problem ended up being trying to execute code from a button located inside an asp:UpdatePanel. I took the button out of the UpdatePanel and it's all working just dandy now.
↧