摘要:
在asp.net页面中用到了含<>字符的字符串作为TextBox的值,再次提交的时候就会出现这个问题,在网上找了很久,最终解决了这个问题,方法如下:在配置文件中添加如下节:<pages validateRequest="false" /><httpRuntime requestValidationMode="2.0"/>由于我用的是4.0版本,只能再弄到2.0下去执行,屏蔽掉HttpHandler童鞋们路过的找到好方法请多多指教。。。。。 阅读全文
posted @ 2012-04-19 14:56
猛龍過江
阅读(3552)
评论(0)
推荐(1)
摘要:
服务端代码:============================================================using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protocols;using System.Xml.Linq;using System.Xml;using System.D 阅读全文
posted @ 2012-04-19 09:30
猛龍過江
阅读(2811)
评论(0)
推荐(0)
浙公网安备 33010602011771号