我有一个将文件写入本地磁盘的ASP.net页面。
我想向用户显示一个保存文件对话框,并允许他设置文件夹的路径。
我知道可以使用下面这样的代码;
Response.Clear();
Response.ContentType = "text/csv";
Response.AddHeader( "Content-Disposition", "attachment;filename=\"report.csv\"" );
// write your CSV data to Response.OutputStream here
Respons
我在一个<asp:UpdatePanel>中有几个下拉列表和文本框,这应该允许我在<asp:GridView>中选择一个条目之后编辑一些细节。网格不在更新文件中。
在UpdatePanels‘.Load()方法中,我更改了几个<asp:Label>的.Text,<asp:TextBox>,并设置了一些<asp:DropDownList>的.SelectedValue。
所有标签都被正确地更新,但是<asp:TextBox>和.SelectedValue of <asp:DropDownList>的新.Selec