无法在 Atlas 更新面板中生成 Excel
我无法在 Atlas 更新面板中生成 Excel。 (因为更新面板中无法结束/写入响应[XML])我不想使用asp:updatepanel ..还有其他方法吗?
任何正确的答案将不胜感激......
提前致谢
I am unable to generate an excel in an Atlas Update Panel. (Since a response cannot be ended/written [XML] in the update panel) I don't want to use asp:updatepanel .. Is there any other way?
Any correct answer will be highly appreciated...
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你不需要这样做,因为你可以发送一个通用请求来生成 excel 文件,而无需离开当前页面,从而产生与使用 AJAX 相同的效果。
I guess that you don't need to, since you can send a common request to generate the excel file, without leaving the current page, causing the same effect as doing it with AJAX.