在aspx頁面 加上validaterequest="false"
<%@ page language="c#" autoeventwireup="true" codefile="pointrules.aspx.cs" inherits="apis_pointrules" validaterequest="false" %>
如果還是報 檢測到有潛在危險的 request.form 值
在web.config的system.web節點裡面加上就可以了。
這是.net framework 4.0版本及4.0版本以下的特點
.net framework 4.0版本以上就不會有這樣的問題了
Ext HtmlEditor 提交失敗 亂碼問題
用formpanel提交htmleditor裡面的內容。發現 如果只是單純的寫字串。不用enter回車。資料可以提交到資料庫。但是如果對寫入的字串進行處理。例如,對文字進入更換顏色,加粗,或是使用enter進行換行。這樣的話。資料將傳不到伺服器。解決 我用的是aspx,只要在aspx頁面加上 val...
ext htmleditor帶標籤無法提交
net framework 4.0,算你狠,建議win下別用ext htmleditor,今天客戶打 說是要修改資料無法修改,後台是ext的,找了半天原來是htmleditor這塊無法改,都不進action,但是新建一條可以,最後確定是因為htmleditor中選了標籤。經過在網上查資料,有人說當你...
Dom Node型別型別
node.element node 1 元素節點 node.attribute node 2 屬性節點 node.text node 3 文字節點 node.cdata section node 4 node.entity reference node 5 實體引用節點 node.entity no...