在web.config中加入如下代码即可:
<location path="页面名称.aspx">
<system.web>
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN"/>
</system.web>
</location>
转载于:https://blog.51cto.com/speciallist/1043122
在web.config中加入如下代码即可:
<location path="页面名称.aspx">
<system.web>
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN"/>
</system.web>
</location>
转载于:https://blog.51cto.com/speciallist/1043122