2011年5月5日

摘要: 报错:A potentially dangerous Request.Form value was detected from the client 翻译成中文为:有潜在危险的Request.Form值检测到客户端 解决方案有两种 (validateRequest默认为"true"更改为"false 阅读全文
posted @ 2011-05-05 18:19 孙红岩 阅读(568) 评论(0) 推荐(1)
 
摘要: 前台页面 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="PModel" onrowcommand="GridView1_RowCommand"> <Columns> <asp 阅读全文
posted @ 2011-05-05 14:26 孙红岩 阅读(209) 评论(0) 推荐(0)