AJAX下下载文件

       ScriptManager.RegisterStartupScript(this, this.GetType(), "RegisterStartupScript"
                                        , String.Format("window.navigate('DownloadFile.aspx?path={0}');", Server.UrlEncode(filePath)), true);

posted on 2008-11-05 21:48  雪中苍蝇  阅读(506)  评论(1)    收藏  举报

导航