When submitting a query, an error is reported to "detect a potentially dangerous request.form value" (.NET Framework1.1): 1. Web.config File Add this: example: xml version = "1.0" encoding = "gb2312"?> configure >
2, add ValidateRequest = "false" in the * .aspx file header, the example is as follows: <% @ page validaterequest = "false" language = "c #" codebehind = "index.aspx.cs" autoeventwireup = "false" inherits = "Mybbs.webform1"%>