[問題] ASP.NET另存word的問題
各位好:
我在ASP.NET的PageLoad寫了以下的code:
Response.ContentType = "application/vnd.ms-word";
string filename = "很好abc.doc";
Response.AddHeader("Content-Disposition", "attachment; filename=" +
Server.UrlEncode(filename));
將網頁當成word檔. 但都會出現
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwULLTE2MTY2ODcyMjlkZAlQUoU77QRf+chlfBh1dEStxEse" />
這討厭的東西, 有什麼辦法移掉嗎?
thanks a lot.
--
重要的是"心"
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.68.64.24
我參考了http://www.velocityreviews.com/forums/showpost.php?p=1957480&
postcount=3的作法, 成功了... 不過最近的幾個問題幾乎都變成自問自答了, 好白痴
Orz... 在想要不要刪文, 可是又不知道有沒有人有跟我一樣的問題Orz...
※ 編輯: zeat 來自: 122.118.34.59 (04/20 20:44)
→
04/20 21:46, , 1F
04/20 21:46, 1F
→
04/20 21:48, , 2F
04/20 21:48, 2F
哈哈, 我覺得我自己在那邊自問自答蠻白痴的XD 關於你的連結, 不知道有沒有key錯
, 但是google倒是有http://www.dotblog.com.tw/ 點部落-IT技術知識社群
※ 編輯: zeat 來自: 122.118.34.59 (04/20 21:56)
→
04/20 22:05, , 3F
04/20 22:05, 3F